mysql - Opening the Table from the Database -


New to MySQL 5.1

In MySQL, where I have a database & amp; Table .....

I had attached a database in MYSQL through ODBC connectivity, how do I get table values ​​associated with that database? Also, I want to create a table from the database.

The next SQL statement should be helpful: Show statistics , show tables , USE% databasename% .

Use Show Database to recover the list of available databases within RDBMS MySQL.

% databasename% to use USE% databasename% as the default one as manipulator later.

And, finally, the Show Tables can be used to obtain the list of tables in the existing database.


Comments

Popular posts from this blog

windows - Heroku throws SQLITE3 Read only exception -

lex - Building a lexical Analyzer in Java -

python - rename keys in a dictionary -