Answered step by step
Verified Expert Solution
Question
1 Approved Answer
hich statement is true about OUTER JOIN? Question 9 Select one: a . A right outer join will return all columns from the table on
hich statement is true about OUTER JOIN?
Question Select one:
a
A right outer join will return all columns from the table on the right side of the query, only if there are matches in the lefthand table.
b
A left outer join will return all records from the table on the left side of the query, even if there are no matches in the table on the righthand side of the query.
c
An outer join is used only if you want to exclude null values from either table.
d
An OUTER JOIN is used to join two tables outer columns, in order to create a composite table.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started