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

How do I zip a file in mysql?

0 Answers  


What is the datatype of image in mysql?

0 Answers  


A company wants to store their invoices in a database. They already have their customers and articles in that database. Both customer and article are each identified by an unique integer value. Please create the SQL statements for creating the necessary table(s) for storing the invoices in a MySQL database. An invoice should hold information like invoice number, customer, date, article(s) and quantity etc.

1 Answers  


What is delimiter in mysql trigger?

0 Answers  


How can you validate emails using a single query?

0 Answers  






How do I save in mysql?

0 Answers  


How to find the unique values if the value in the column is repeated?

0 Answers  


How many ways we can we find the current date using MySQL?

5 Answers  


please give me the answer for this: query which generates the second highest integer in the table?

8 Answers  


I want to make a query where I want to eliminate the duplicate rows from the table. For example : Input : Table : NAME Column1 Column2 India USA USA India UK India India UK The desired output that I want to eliminate the duplicates Output India USA UK India Thanks

2 Answers   Sun Life,


How to create a new table in mysql?

0 Answers  


How can I insert images into a Mysql database?

0 Answers  


Categories