Question:medium

Which SQL command is used to remove all rows from a table without deleting the table structure?

Show Hint

Think of it this way: DELETE is like erasing lines in a notebook, TRUNCATE is like ripping out all the pages but keeping the cover, and DROP is like throwing the whole notebook in the trash!
Updated On: May 14, 2026
  • DELETE
  • DROP
  • TRUNCATE
  • REMOVE
Show Solution

The Correct Option is C

Solution and Explanation

Was this answer helpful?
2


Questions Asked in CUET (UG) exam