in Databases edited by
1,876 views
2 votes
2 votes

​​​​​The relation schema, Person (pid, city), describes the city of residence for every person uniquely identified by pid. The following relational algebra operators are available: selection, projection, cross product, and rename.


To find the list of cities where at least $3$ persons reside, using the above operators, the minimum number of cross product operations that must be used is

  1. $1$
  2. $2$
  3. $3$
  4. $4$
in Databases edited by
by
1.9k views

1 Answer

2 votes
2 votes

To find the list of cities where at least $3$ persons reside, we need to do cross product of 3 tables, So, minimum only 2 cross products are required. Video Solution Here.

Answer:

Related questions