Update README.md

This commit is contained in:
GowthamRaj K
2021-07-27 19:05:04 +05:30
committed by GitHub
parent d1e1a9b79f
commit 8d115a1331
+10
View File
@@ -51,3 +51,13 @@ Also, they are using different dialects, such as
### - Allows users to set permissions on tables, procedures and views. ### - Allows users to set permissions on tables, procedures and views.
# SQL Process ⌛ # 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.**