What is the drop table statement in SQL?
The SQL DROP TABLE assertion is used to take away a desk definition and each of the data, indexes, triggers, constraints and permission specifications for that table. SQL Server DROP TABLE First, specify the name of the desk to be removed. Second, specify the call of the database in which the desk was created and … Read more