I am trying to learn relational algebra. Take the following equation;
σ F ( r ) = { t ∣ t ∈ r ∧ F ( t ) } σ
What does "∣" represent in this equation?
What does "∧" represent?
What do the braces { } represent?
What do the brackets ( ) represent?
What would be your "plain english" interpretation of this equation?
Here is the
Web page that is the source of this equation.
Thanks.