Previous Topic: Where to Perform Table Management OperationsNext Topic: Add Table Columns


Table Management Statements

The following statements let you perform table management operations:

ALTER TABLE

Adds columns to a table

CREATE TABLE

Defines a new table

DELETE FROM

Deletes rows from a table

DROP TABLE

Deletes a table

INSERT

Inserts rows in a table

UPDATE

Updates column values in a table

For more information about the statements described here, see the Command and Function Reference.