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 can I see mysql database?
What are the differences between a primary key and foreign key?
Explain about reporting services of MYSQL?
How do I run mysql on a mac?
How we can see all indexes defined for a table in mysql?
How do I automate a backup in mysql?
How to rename an existing column in a table?
What is the query to display top 20 rows?
What is the difference between mysql_connect and mysqli_connect?
can you tell how can you display the maximum salary in sql? : Mysql dba
What is default schema in mysql?
How to insert dynamic values in mysql using php?
What is definer in mysql?
What are slow queries?
How to include numeric values in sql statements?