How does a relational database execute SQL statements and prepared statements (Last Updated On: April 2, 2019) Follow @vlad_mihalcea
Introduction
In this article, we are going to see how a relational database executes SQL statements and prepared statements.
SQL statement lifecycle
The main database modules responsible for processing a SQL statement are: the Parser, the
Source: How does a relational database execute SQL statements and prepared statements – Vlad Mihalcea