Answers for "which command is used to remove all rows from table? *"

14

delete all records from table

DELETE FROM table_name;
Posted by: Guest on June-01-2020

Code answers related to "which command is used to remove all rows from table? *"

Browse Popular Code Answers by Language