SQL Query to delete all rows in a table without deleting the table (structure, attributes, and indexes) - Study24x7
Social learning Network
45 followers study24x7 17 Dec 2020 11:01 AM study24x7 study24x7

SQL Query to delete all rows in a table without deleting the table (structure, attributes, and indexes)

A

DELETE FROM table_name;

B

DELETE TABLE table_name;

C

DROP TABLE table_name;

D

NONE

study24x7
Write a comment
Related Questions
500+   more Questions to answer
Most Related Articles