Create, drop, and truncate tables. Create, disable, and
drop indexes.
Creating a table
Create a table and define the attributes necessary to make
a table fully functional.
Dropping a table
Remove a table with its associated indexes and data.
Truncating a table
Delete all rows from a table and free the associated storage
space, or reserve the storage space for reuse by the table and its
indexes.
Creating an index
Create an index for one or more columns in a table.