Description of the module from the official csi page:
Understanding, effectively using, and optimizing relational database systems.
This folder contains a toy database. It consists of query executor and the following operators:
- Scan
- Selection
- Sort
- Projection
- Limit
- Join
And 06 query_optimization contains queries that were used as an exercise.