___________ removes data from the table, but structure remains the same.
Answer options
A
TRUNCATE
B
DROP
C
DELETE
D
ALTER
Correct answer: TRUNCATE
Explanation
Quick AnswerThe correct answer is TRUNCATE because it directly addresses the core logic of Database Management.
TRUNCATE removes all rows but preserves the table structure; it is a DDL command.