Question Details

Detailed explanation and options for the selected question.

Which SQL statement is used to rename a table?

A. ALTER TABLE
B. RENAME TABLE
C. MODIFY TABLE
D. UPDATE TABLE

Explanation:

RENAME TABLE is used to change the name of a table. ALTER TABLE modifies structure, and MODIFY TABLE and UPDATE TABLE are invalid for renaming.