Question: Which of the following Statements stands true for Left outer-join?
<ol>
<li>The left outer join takes all tuples in the left relation that did not match with any tuple in the right relation, pads the tuples with null values for all other attributes from the right relation, and add them to the result of the natural join.</li>
<li>It pads tuples from the right relation that did not match any from the left relation with nulls and adds them to the result of the natural join.</li>
<li>it pads tuples from the left relation that did not match any from the right relation,as well as tuples from the right relation that did not match any from the left relation,abd adding them to the result of join</li>
<li>It takes all tuples in the right relation that did not match with any tuple in the right relation, pads the tuples with null values for all other attributes from the right relation, and add them to the result of the natural join.</li>
</ol>
Answer:
MCQ: Which of the following Statements stands true for Left outer-join?
<ol>
<li>The left outer join takes all tuples in the left relation that did not match with any tuple in the right relation, pads the tuples with null values for all other attributes from the right relation, and add them to the result of the natural join.</li>
<li>It pads tuples from the right relation that did not match any from the left relation with nulls and adds them to the result of the natural join.</li>
<li>it pads tuples from the left relation that did not match any from the right relation,as well as tuples from the right relation that did not match any from the left relation,abd adding them to the result of join</li>
<li>It takes all tuples in the right relation that did not match with any tuple in the right relation, pads the tuples with null values for all other attributes from the right relation, and add them to the result of the natural join.</li>
</ol>