Database Management
primer-original-v2mediumDatabase ManagementData Manipulation Languageprimer-original-v2

To permanently remove all the data from the STUDENT table, and you need the table structure in the future. Which single command performs this?

Answer options

A
TRUNCATE TABLE student;
B
DELETE FROM student;
C
DROP TABLE student;
D
ALTER TABLE student;

Correct answer: TRUNCATE TABLE student;

Explanation

Quick AnswerThe correct answer is TRUNCATE TABLE student; because it directly addresses the core logic of Database Management.

This question has been retained as-is due to its unique context.

Related Database Management questions

Practice more Database Management questions

PrimerPrep has independently reviewed practice questions and coding exercises — all free.