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
How do I view a mysql database?
In how many ways we can retrieve data in the result set of mysql using php?
What is the date format in mysql?
How to show table structure mysql?
How many columns can a mysql table have?
What is an example of a delimiter?
What does tinyint mean?
Is mysql a dbms?
How many rows can mysql hold?
How do I quit mysql?
What is pdo mysql?
How to Join tables on common columns.
Is there a free version of mysql?
What is action query?
Give string types available for column?