mSQL
DROPT TABLE table_name
So an example would be:
DROP TABLE emp_details |
In this example we are simply telling mSQL to remove the table
"emp_details" and all data stored within its fields.
Pretty simple huh? Let's move on to The
"Delete" Clause.