What is a "query"?

Select σ
Project Π
The Cartesian-Product Operation ×
allows us to combine information from any two relations

Natural Join Operator ⋈
Shorthand for σStudent.sid=Enroll.sid (Student × Enroll)
Concatenate tuples horizontally
Enforce equality on common attributes
We may assume only one copy of the common attributes are kept

if there are no common attributes, this will word as a cross product
Rename operator ρ

Union Operator U
Set Difference Operator —