..
The DROP statement of the 'SQL DDL deletes the specified element, or a table, view or index.
The syntax is as follows:
DROP ELEMENT nome_elementoELEMENT which is represented by the keywords "TABLE", "VIEW" or "INDEX", depending on the item, in fact, be deleted.
DROP TABLE booksThe following code deletes the view "books":
DROP VIEW booksThe following code deletes the index "books":
DROP INDEX booksWarning: deleted items, and related data, are not recoverable in any way!
| |
MS Access (Advanced)
Learn how to create and manage databases quickly and easily. Starting from 29 €. |
| |
MySQL (Course)
Management of open-source database. From 39 €. |
| |
SQL and Database (Course)
Create and manage relational databases. From 39 €. |