SQL DROP
SQL DROP can be used to delete table,indexes and databases
Below given are the SQL DROP dtatements
SQL DROP INDEX – Delete indexes
SQL DROP TABLE - Delete tables
SQL DROP DATABASE – Delete databases
Beginner's Guide....
SQL DROP can be used to delete table,indexes and databases
Below given are the SQL DROP dtatements
SQL DROP INDEX – Delete indexes
SQL DROP TABLE - Delete tables
SQL DROP DATABASE – Delete databases