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 save in mysql?
How do I select a database in mysql?
How is data stored in mysql?
What mysql -u john -p command does?
How do stored procedures work?
What is a scalar function?
How many sql dml commands are supported by 'mysql'?
How do I install mysql on windows 10?
What is a tinyint in mysql?
What is difference between schema and table?
What is limit in mysql?
What is not null in mysql?
Is there a way to see the files which are stored?
Difference between CHAR and VARCHAR?
What is row level locking in access?