Relational AlgebraIntroduces relational query languages, focusing on algebra operators and query optimization.
Query Operators: Part 1Explores query processing steps, physical plans, pipelined execution, and hashing for projections and joins.
Operator Overloading in C++Explores practical aspects of operator overloading in C++, emphasizing the importance of careful implementation to avoid performance issues.
Relational Query OptimizationCovers relational query optimization, including logical and physical query plans, cost estimation, equivalences, and the System R strategy.