Familiarize |
Learn |
Test |
|||
Play Scatter |
Play Space Race |
||||
Voice Scatter |
Voice Race |
||||
Combine with other sets |
Login to add to Favorites |
Print: Term List | Flashcards |
Editing not allowed |
Export |
Deleting not allowed |
| With group: None | |
| HTML link to set: | Tiny link: |
| Term | Definition |
|---|---|
| DROP INDEX index_name ON table_name | used to delete an index in a table |
| DROP TABLE table_name | used to delete a table |
| DROP DATABASE database_name | used to delete a database |
| TRUNCATE TABLE table_name | usedt to delete the data inside the table, and not the table itself |
| Terms | 4 |
| Creator | jtwilliams00 |
| Created | March 30, 2009 |
| Groups | None |
| Subject | SQL |
| Access | Anyone |
| Edit | Creator Only |