Thursday
Jul222010
Explore mySQL Database
List all tables:
show tables;
Table creation script:
show create table %tablename%;
Common terms and definitions from the Journal on efficient software development.
List all tables:
show tables;
Table creation script:
show create table %tablename%;
Here are some more links, if you want to keep on browsing: