____ operation preserves those tuples that would be lost in _____.

2018

____ operation preserves those tuples that would be lost in _____.

Answer: B. outer join, natural joinAn outer join operation preserves those tuples that would be lost in a natural join. A full outer join returns all matching as well as non-matching rows from…

  1. A.

    natural join, outer join

  2. B.

    outer join, natural join

  3. C.

    left outer join, right outer join

  4. D.

    left outer join, natural join

Attempted by 2219 students.

Show answer & explanation

Correct answer: B

An outer join operation preserves those tuples that would be lost in a natural join. A full outer join returns all matching as well as non-matching rows from both the left and right tables.

A video solution is available for this question — log in and enroll to watch it.

Explore the full course: Hpsc Pgt Computer Science

Loading lesson…