Question Details

Detailed explanation and options for the selected question.

Which of the following operations can the ALTER TABLE command NOT perform?

A. Rename the table
B. Add a column
C. Drop a column
D. Insert a new row

Explanation:

ALTER TABLE cannot insert a new row; it is used to modify table structure, such as renaming, adding, or dropping columns.