Find out what tables the current database contains : Current Table : Table Index SQL / MySQL


SQL / MySQL » Table Index » Current Table »

 

Find out what tables the current database contains



  
/*
mysql> SHOW TABLES;
+----------------+
| Tables_in_info |
+----------------+
| bird           |
| cloth          |
| course         |
| employee       |
| event          |
| exam           |
| myusers        |
| report         |
| timetable      |
| users          |
+----------------+
10 rows in set (0.00 sec)


*/

SHOW TABLES;

           
       



Leave a Comment / Note


 
Verification is used to prevent unwanted posts (spam). .

Follow Navioo On Twitter

SQL / MySQL

 Navioo Table Index
» Current Table