The DROP TABLE statement allows you to remove a table from the database.
The basic syntax for the DROP TABLE statement is:
DROP TABLE table_name;
For example:
DROP TABLE supplier;
This would drop table called supplier.
Download DROPTABLEStatement.pdf
The basic syntax for the DROP TABLE statement is:
DROP TABLE table_name;
For example:
DROP TABLE supplier;
This would drop table called supplier.
Download DROPTABLEStatement.pdf

No comments:
Post a Comment