This document provides information about database management systems and SQL. It discusses that a DBMS allows for the storage, manipulation and retrieval of data in a database. It also describes that SQL is the standard language used to communicate with relational databases and discusses some of its features and uses. Finally, it outlines some common data types used to define columns when creating tables in SQL*Plus such as CHAR, VARCHAR2, NUMBER, DATE and LONG.