Latest Replies

Common terms and definitions from the Journal on efficient software development.

« Explore MS SQL Database | Fiddler and Azure »
Thursday
Jul222010

Explore mySQL Database

List all tables:

show tables;

Other show statements

Table creation script:

show create table %tablename%;