Home MCQs CSS Computer Science Question #1145
Back to Questions
CSS Computer Science QUESTION #1145
Question 1
In SQL, which command is used to remove all records from a table without deleting the table structure?
  • DELETE
  • DROP
  • TRUNCATE✔️
  • REMOVE
Correct Answer Explanation
TRUNCATE is a DDL command that quickly removes all rows from a table while keeping the table definition and constraints intact.