Home
Independent
Database
SQL Tutorial
Basics
Introduction
Database Structure
Commands
Create
Select
Insert
Update
Delete
Drop
Operations
Joining Tables
Appendices
Terms
Credits
Database
Independent
Home
SQL Drop Command
Used to remove an entire table from the database. Syntax:
drop table tablename
Example
drop table citylist;