Home / Programming MCQs / MySQL MCQs / Question

V

Vishal Gupta • 7.73K Points
Tutor III

Q. Which command will remove the records from the table, but not affect the structure of the table?

(A) REMOVE
(B) DELETE
(C) DROP
(D) TRUNCATE
The TRUNCATE command will remove the records from the table, but not affect the structure of the table.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.