The SQL DROP TABLE statement is used to remove a table definition and all data, indexes, triggers, constraints, and permission specifications for that table. NOTE : You have to be careful while using this command because once a table is […]
The post SQL DROP or DELETE Table appeared first on .