show/hide this revision's text 2 Fix html

.tables

Will list the tables in your database

.schema tablename

will list how the table looks

and a

Select * from tablename

will print the entire table..

show/hide this revision's text 1

.tables

Will list the tables in your database

.schema

will list how the table looks

and a

Select * from

will print the entire table..