To achieve the left outer join, which of the following functions is used?

46. To achieve the left outer join, which of the following functions is used?

  1. Join()
  2. Join_left()
  3. Outerjoin()
  4. Outer_join()

Answer: C) Outerjoin()

Explanation:

Outerjoin() is used to achieve left outer join.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.