Writing code should include using the following DDL commands:
- DROP—deletes the entire table including the structure and data
- TRUNCATE—deletes the data content entered into the table, but leaves the structure of the table intact
- RENAME—changes the name of a table, view, sequence, or synonym