How To Drop Table In MSSQL Database Server Tutorial Example
Run microsoft sql server management studio query editor or any client tools you like then copy & paste the below code to drop table usinq sql command or statement in MSSQL Database Server Tutorial Example
DROP TABLE executives
-- is comment in MSSQL -- in fact it is comment in Oracle and MySQL as well

No comments:
Post a Comment
leave your comments here..