diff --git a/README.md b/README.md index 147a7a8..907b236 100644 --- a/README.md +++ b/README.md @@ -51,3 +51,13 @@ Also, they are using different dialects, such as − ### - Allows users to set permissions on tables, procedures and views. # SQL Process ⌛ + +- When you are executing an SQL command for any RDBMS, the system determines the best way to carry out your request and SQL engine figures out how to interpret the task. +- There are various components included in this process. +These components are − + +**Query Dispatcher +Optimization Engines +Classic Query Engine +SQL Query Engine, etc. +A classic query engine handles all the non-SQL queries, but a SQL query engine won't handle logical files.**