Table1 Left Join Table2 Returns #202
Table1 LEFT 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 Left Join - Quiz No.1.
Table1 LEFT JOIN Table2 returns _____
All records from the Table2 and the matched records from the Table1
All records from the Table1 and the matched records from the Table2
Records that have matching values in both tables.
All records when there is a match in either Table1 or Table2