mSQL
Tutorial 3

The "Drop" clause

Now that we know how to insert data into the fields of a table we should look at how to remove that table if we should need to.

Here is the format for the drop clause:

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.

Back to Pagehome Tutorial Page

Ordering
Support
FAQ
Suggestions
Search
Resources
Prices
Brought to you by:
Great Southern Resources, Inc.
Copyright© 1997 All rights reserved.
 
All other products mentioned are registered trademarks or trademarks of their respective companies.

Questions or problems regarding this web site should be directed to webmaster@pagehome.com.