Computer Science, asked by bhuvirat, 7 days ago

What command is used to delete the data from the table
without deleting the table structure?
O alter
O rename
delete
drop​

Answers

Answered by ankitabareth200787
0

Answer:

TRUNCATE Command is a Data Definition Language operation. It is used to remove all the records from a table. It deletes all the records from an existing table but not the table itself. The structure or schema of the table is preserved.

Answered by vulture4
1

Answer:

C. Delete

Explanation:

Similar questions