- A table is a logical representation of data stored in a database. It contains data organized into rows and columns.
- Data Definition Language (DDL) commands like CREATE, ALTER, DROP are used to define and manage database objects like tables. These commands implicitly commit transactions.
- Data Manipulation Language (DML) commands like INSERT, SELECT, UPDATE, DELETE are used to query and manipulate data within existing database tables.