MCQOPTIONS
Saved Bookmarks
| 1. |
What is meant by the following relational algebra statement : STUDENT × COURSE? |
| A. | Compute the natural join between the STUDENT and COURSE relations |
| B. | Compute the left outer join between the STUDENT and COURSE relations |
| C. | Compute the certesian product between the STUDENT and COURSE relations |
| D. | Compute the outer join between the STUDENT and COURSE relations |
| Answer» D. Compute the outer join between the STUDENT and COURSE relations | |