From 8d115a1331d4da8f10050520169389667aa33af7 Mon Sep 17 00:00:00 2001 From: GowthamRaj K <43011442+gowthamrajk@users.noreply.github.com> Date: Tue, 27 Jul 2021 19:05:04 +0530 Subject: [PATCH] Update README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) 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.**