MCQOPTIONS
Saved Bookmarks
| 1. |
Suppose Person is a table consisting of 8 rows and Employee is a table consisting of 6 rows, the number of combinations through which the search is performed is __________.SELECT Person.i1, Employee.i2 FROM Person INNER JOIN Employee WHERE Person.i1 = Employee.i2; |
| A. | 1 |
| B. | 14 |
| C. | 48 |
| D. | 84 |
| E. | None of these |
| Answer» D. 84 | |