mirror of
https://github.com/gowthamrajk/SQL-Tutorials.git
synced 2026-04-30 22:13:56 +07:00
Update README.md
This commit is contained in:
@@ -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.**
|
||||
|
||||
Reference in New Issue
Block a user