ExamGecko
Question list
Search
Search

Question 62 - TDS-C01 discussion

Report
Export

True or False: LEFT JOIN returns all rows from the left table, with the matching rows in the right table

A.
True
Answers
A.
True
B.
False
Answers
B.
False
Suggested answer: A

Explanation:

This is true, indeed!

The LEFT JOIN keyword returns all records from the left table (table1), and the matched records from the right table (table2). The result is NULL from the right side, if there is no match.

asked 23/09/2024
Lipon Uddin
39 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first