write a query to drop table suppliers
Answers
Answered by
31
Explanation:
Syntax
The syntax for the DROP TABLE statement in SQL is:
DROP TABLE table_name;
Parameters or Arguments
Parameters or Argumentstable_name
The name of the table to remove from the database.
Answered by
0
Explanation:
To delete an entire table including all of its rows, issue the drop table command followed by the tablename. drop table is different from deleting all of the records in the table.
Similar questions
English,
1 month ago
Math,
1 month ago
English,
1 month ago
Math,
3 months ago
Hindi,
3 months ago
India Languages,
9 months ago
India Languages,
9 months ago