Query Operators Part 2Covers query processing with relational operations, focusing on different join methods and the impact of buffering.
Conditional QueriesCovers the syntax and usage of conditional queries, including joins and filtering data.
Query Operators: Part 1Explores query processing steps, physical plans, pipelined execution, and hashing for projections and joins.
Relational AlgebraIntroduces relational query languages, focusing on algebra operators and query optimization.
Relational Query OptimizationCovers relational query optimization, including logical and physical query plans, cost estimation, equivalences, and the System R strategy.