How to see all the User Defined Tables from specific DB in My-SQL database?

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

We will write Show Tables From DB_Name in query window to get Tables from within specific Database.

Syntax:-
Show Tables From DB_Name;


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response