Quick References
ADO
ASP
CSS2
HTML
JavaScript
Jet SQL
VBScript
WML
WMLScript
WSH
XHTML
XML DOM
XSLT
Features
Knowledge Base
Tutorials
Partners
ZVON.ORG
XML
Planet Source Code
VisualBuilder
Web Design
Your HTML Source
XML/XSLT Forums
ASPAlliance
Scripts
Programmers Heaven
Tek-Tips Forums
Developer Fusion
Code Project
All Statements
STATEMENT: DROP
DROP {TABLE table | INDEX index ON table}
The
DROP
statement can be used to delete an existing index from a table...
DROP INDEX UniqueValues ON Names;
...or delete an entire table from a database:
DROP TABLE Names;
You must close a table before you use the
DROP
statement.
Copyright 1999-2005 by Infinite Software Solutions, Inc. All rights reserved.
Trademark Information