InterviewSolution
Saved Bookmarks
| 1. |
Table Employee has 4 records and Table Dept has 3 records in it. Mr. Jain wants to display all information stored in both of these related tables. He forgot to specify equi-join condition in the query. How many rows will get displayed on execution of this query? |
|
Answer» 12 (Cartesian product). |
|