Let's look at some basic operations you might want to do when interacting directly with your database server. Listing Available DatabasesTo list those databases available to you when you first connect to a database server, use the following:
Listing Tables in a DatabaseTo list tables available in the currently selected database (USE DatabaseName), use this:
Describing a TableTo see the structure of a table, use this:
|