Weekly Course Materials
Relational Algebra Sql Cheat Sheet Free
Week | Materials | Notes |
---|---|---|
1 |
| |
2 |
| |
3 |
|
|
4 |
| |
5 |
| |
6 |
|
|
7 |
|
|
8 |
| |
9 |
| |
10 |
| |
11 | Midterm Exam on Nov 4 at 3:30 PM - 4:45 PM | |
12 |
Veterans' Day | |
13 |
| |
14 |
|
Project Team Members
Team number | Team member | Demo Date |
---|---|---|
#1 |
| |
#2 |
| |
#3 |
| |
#4 |
| |
#5 |
| |
#6 |
| |
#7 |
| |
#8 |
| |
#9 |
| |
#10 |
| |
#11 |
|
Relational Algebra Sql Cheat Sheet Pdf
Core Relational Algebra Union, intersection, and difference. Usual set operations, but both operands must have the same relation schema. Selection: picking certain rows. Projection: picking certain columns. Products and joins: compositions of relations. Renaming of relations and attributes. MS Powerpoint: SQL Practice 2; PDF Format: SQL Practice 2; Database for SQL Practice; SQL Cheat Sheet; Homework 1; 8: Advanced SQL; Chapter 5; 9: Relational Algebra; Chapter 2; 10: Database Design - ER Diagram; ER Case Study; Chapter 6; 11: Exam Review (Chapters 1 - 5) Midterm Exam on Nov 4 at 3:30 PM - 4:45 PM: 12: Transfer ER to Relational Schema. CS2102 Final Examination Cheat-sheet Part 1 Relational Algebra Relational algebra operators: 1. Unary operators: selection σ, projection ρ, renaming π; 2) Binary operators: union, intersect ∩, difference ―, cross-product ×, natural join, inner join, left outer join, left semi-join, left anti-join. Part 2 SQL Language 1.