Monday, January 1, 2018

SQL DROP TABLE Statement

Here is query for how to drop table in sql server

DROP TABLE tblTest

Replace your table name with tblTest

No comments :

Post a Comment