Brendan Ang

Search

Search IconIcon to open search

Query Compiler

Last updated Nov 8, 2022 Edit Source

# Query Compiler

An SQL query is declarative - does not specify the procedure for query execution. The compiler is responsible for transforming a query into a set of instructions:

1. Query Parsing and Preprocessing

2. Query Optimisation