Monday, 28 May 2018

SQL DROP TABLE COMMAND

SQL DROP TABLE Statement:

THE DROP TABLE statement is used drop table from existing table in a database.

SYNTAX:

DROP TABLE table_name;

=>when you delete the table lost all data are present in the table.

EXAMPLE:

DROP TABLE employee;


No comments:

Post a Comment