our approach
|
new tutorials
|
contact us
MySQL Basics In Pictures
Starting
Administration
Tables
Queries
Security
Web
At the
mysql>
prompt, type:
SHOW TABLES;
then press
ENTER
.
This will
SHOW
the
TABLES
in the
us_presidents
database:
The
new_us_presidents.sql
file you piped in contained two new tables,
name
and
quote
.
These are now in the
us_presidents
database.
<< BACK
NEXT >>