DROP TABLE [IF EXISTS] table_name[,table_name...]

Description: Drops the table (or tables) specified by table_name, deleting all data within it.

IF EXISTS can be specified to suppress an error message if a table with the name specified does not exist.

Description in: Day 6

See also: CREATE TABLE, DROP DATABASE

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
52.15.129.90