Home Sql Mysql-table SQL All Tables



SQL All Tables
Posted on: October 14, 2010 at 12:00 AM
SQL All Tables is used to show all the tables in database.

SQL All Tables

     

SQL All Tables is used to show all the tables in database.

Understand with Example

The Tutorial illustrate an example from 'SQL All Tables'. To understand and grasp the example we use query show tables that is used is show the tables in database 'komal'.

show tables : This is used to show the list of tables in database.

 

Query

mysql> show tables;
+-----------------+
| Tables_in_komal |
+-----------------+
| emp             |
| lib             |
| stu             |
| stu1            |
+-----------------+
4 rows in set (0.00 sec)

Related Tags for SQL All Tables:


More Tutorials from this section

Ask Questions?    Discuss: SQL All Tables  

Post your Comment


Your Name (*) :
Your Email :
Subject (*):
Your Comment (*):
  Reload Image
 
 

Ask Questions?

If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.

Ask your questions, our development team will try to give answers to your questions.