Answer Posted / amith
The front layer takes care of network connections and
security authentications, the middle layer does the SQL
query parsing, and then the query is handled off to the
storage engine.
A storage engine could be either a default one supplied
with MySQL (MyISAM) or a commercial one supplied by a third-
party vendor (ScaleDB, InnoDB, etc.)
| Is This Answer Correct ? | 18 Yes | 3 No |
Post New Answer View All Answers
What is mysql connector used for?
How to create a table?
What is the difference between primary key and candidate key?
What are the security alerts while using mysql?
What are the mysql database files stored in system ?
What are the other commands to know the structure of a table using mysql commands except explain command?
How to create a new table by selecting rows from another table in mysql?
How to increment dates by 1 in mysql?
What does mysql_fetch_assoc do?
How database are managed?
What is triggers and how it can be used in mysql?
What does mysql flush hosts do?
What are the non-standard sql commands supported by 'mysql'?
What is meant by decimal (5,2)?
Which command is used to view the content of the table in mysql?