The document is a lecture outline by Md. Selim Hossain on Database Management Systems (DBMS), focusing on Data Definition Language (DDL) and Data Manipulation Language (DML) as sub-languages of SQL. It details various SQL statements, including CREATE, ALTER, DROP, TRUNCATE for DDL, and INSERT, UPDATE, DELETE for DML, explaining their functions and example usages. Additionally, it distinguishes between commands that modify database structures and those that manipulate the data within those structures.
Related topics: