Consider the example schema for bars to answer the following questions.
$\sigma$ is the selection operator. Selecting in relational algebra is used to show only a selection of rows. $\pi$ is the projection operator. It is used to pick out columns which you want to show. The $\times$ operator is used to build the cartesian product of two relations. This is accomplished by pairing every row of the first relation with every row of the second relation.