This document discusses database management system (DBMS) languages including data definition language (DDL), data manipulation language (DML), and storage definition language (SDL). It states that DDL is used by database administrators and designers to define the database schema, DML is used to retrieve and update data, and SDL may be used separately from DDL to define storage structures. It provides examples of DDL commands in SQL like CREATE TABLE and ALTER TABLE.