This document provides instructions on using Data Definition Language (DDL) and Data Manipulation Language (DML) commands in a relational database management system (RDBMS). It describes the syntax and use of common DDL commands like CREATE, ALTER, DROP, and TRUNCATE to define and modify database tables. It also explains DML commands like INSERT, UPDATE, DELETE, and SELECT to manipulate data by adding, changing, removing, and querying records. Examples are given of creating tables, adding/removing columns, inserting data, updating records, deleting rows, and running queries using these SQL commands.