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 does mysqli_fetch_assoc do?
How to define numeric 9(3) in db2 table without decimal point??
How to get help information from the server?
What data type is money?
What is the use of mysql_fetch_array () function in php?
What is mysql aggregate functions? Explain
How do I download mysql?
How do I remove a user from mysql?
What is regex in mysql?
Restore database (or database table) from backup.
What is mysql57?
Where is the mysql database stored?
How many rows can mysql hold?
What is mysqladmin flush hosts?
How to delete a column and add a new column to database