Answers for "Which of the following command is used to delete a table in SQL?"

SQL
0

delete from table sql

DELETE FROM `table` WHERE condition
Posted by: Guest on June-18-2021

Code answers related to "Which of the following command is used to delete a table in SQL?"

Code answers related to "SQL"

Browse Popular Code Answers by Language