How to see all the tables(UDT) from within all DB in My-SQL database?

 Posted by vishalneeraj-24503 on 6/16/2014 | Category: Sql Server Interview questions | Views: 1399 | Points: 40
Answer:

MySQL DB has Show Tables in-build command which extracts all the table from all the Databases.
It's very simple to see all the User Defined Tables.

For Example:-
Show Tables;


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response