Basic Syntax
Create a new database:
Show existing databases:
Use a database:
Display current database:
Create a new table:
Show all tables:
Examine the columns of a table (DESC == DESCRIBE
):
Insert five entries into a table:
Show all records from a table:
Duplicate the table manually:
Last updated