MySQL Basics In Pictures
Starting
Administration
Tables
Queries
Security
Web
Create a table
Type:
USE us_presidents;
then press
ENTER
.
The window should look like this:
The
USE
command allows you to start using the database
us_presidents
.
<< BACK
NEXT >>