Consider the following SQL query
Select distinct $a_1, a_2, …, a_n$
from $r_1, r_2, …, r_m$
where P
For an arbitrary predicate P, this query is equivalent to which of the following relational algebra expressions?
Reveal answer
Fill a bubble to check yourself