Computer Science, asked by ashasathishhu, 10 months ago

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

Select one:
a. DROP TABLE student;
b. DELETE * FROM student
KEEP STRUCTURE;
c. TRUNCATE TABLE student
KEEP STRUCTURE;
d. TRUNCATE TABLE student;

Answers

Answered by ravd32
4

Answer:

ANS IS C TRUNCATE TABLE STUDENT KEEP STRUCTURE

Answered by Anonymous
0

Answer:

c or a command keeps it

Explanation:

Similar questions