How to see the database architecture in MySQL??

Answers were Sorted based on User's Feedback



How to see the database architecture in MySQL??..

Answer / sambanxxx

You cannot see the architecture of MySQL by just entering a
simple query. Architecture is something that has to be
studied sometime for years. It's not that simple and it
cannot be seen using a simple query. Read a book on MySQL
architecture. And you will have to put lot of effort to
understand it.

Is This Answer Correct ?    2 Yes 0 No

How to see the database architecture in MySQL??..

Answer / prasad

desc database_name

Is This Answer Correct ?    1 Yes 7 No

How to see the database architecture in MySQL??..

Answer / aaaa

just try mysql_stat();

Is This Answer Correct ?    2 Yes 18 No

Post New Answer

More MySQL Interview Questions

What is 'mysqldump'?

0 Answers  


table a has records 1,1,1,1 table b has records 1,1,1,1,1,1 what would be out if perform join for all cases

0 Answers  


What is insert query in mysql?

0 Answers  


What is maximum size of a database in MySQL?

13 Answers   Bastioncoup, CIS, NM, V2 Solutions, Wipro,


What is ACID?

2 Answers  






Which statement is used to delete a table in MySQL.

0 Answers  


How many triggers are possible in mysql?

0 Answers  


what is JOIN? Give example & types of join?

14 Answers   iMedia, Millennium, RAM Software, Satyam,


Is mysql a programming language?

0 Answers  


What are slow queries?

0 Answers  


how to find max salary from the database

3 Answers  


Is sql and mysql same?

0 Answers  


Categories