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 enterprise edition?
How to drop an existing index in mysql?
What is 1nf 2nf 3nf?
What is memory table in mysql?
What are enums used for in mysql?
What is index length in mysql?
How do I start mysql in mysql workbench?
What is the purpose of using a heap table?
In which language mysql has been written?
What are the method you will follow while sql installing
List some comparisons operators used in mysql?
How do I drop a database in mysql?
How do I start mysql in linux?
How do I set user privileges in mysql?
What is text?