How to see the database architecture in MySQL??
Answers were Sorted based on User's Feedback
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 |
What is max connection in mysql?
Where is the mysql data directory?
what is the difrence between sql and pl/sql
What is dbms in mysql?
Create table employee (eno int(2),ename varchar(10)) ?
What is difference between function and procedure in mysql?
How can you make a database as your current database?
How will show all records containing the name "sonia" and the phone number '9876543210'
What, if a table has one column defined as TIMESTAMP?
What is the difference between the primary and unique key in mysql?
what is the procedure to configure the application of mysql?
Is mysql is a programming language?