Control structures in programmingExplores control structures in programming, emphasizing logical operators, branching, loops, and potential pitfalls of break and continue statements.
Cost-based Query OptimizationExplores cost-based query optimization in database systems, covering cost estimation, selectivity estimation, and join cardinality.
Relational Query OptimizationCovers relational query optimization, including logical and physical query plans, cost estimation, equivalences, and the System R strategy.
Query Operators: Part 1Explores query processing steps, physical plans, pipelined execution, and hashing for projections and joins.