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?
Correct Answer Explanation
TRUNCATE is a DDL command that quickly removes all rows from a table while keeping the table definition and constraints intact.
Sign in to join the conversation and share your thoughts.
Log In to Comment