Table1 Right Join Table2 Returns #206
Table1 RIGHT JOIN Table2 returns _____
This multiple choice question (MCQ) is related to the book/course gs gs115 Structured Query Language. It can also be found in gs gs115 SQL Joins - SQL Right Join - Quiz No.1.
Table1 RIGHT JOIN Table2 returns _____
All the records from Table2 and matched records from Table1
Records with matching values in both tables
All the records from Table1 and matched records from Table2
All records when there is a match in either Table1 or Table2