May 3, 2008

SQL Drop Command

SQL Drop Command

Used to remove an entire table from the database. Syntax:

drop table tablename

Example

drop table citylist;

No comments:

Post a Comment

Popular Posts