Question Details

Detailed explanation and options for the selected question.

Which of the following operations is performed by the TRUNCATE TABLE command?

A. Removes all rows from a table
B. Removes specific rows from a table
C. Deletes a table and its structure
D. Renames a table

Explanation:

TRUNCATE TABLE removes all rows but keeps the structure. It does not remove specific rows, delete the structure, or rename the table.