Home »
MCQs »
SQLAlchemy MCQs
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?
- Join()
- Join_left()
- Outerjoin()
- Outer_join()
Answer: C) Outerjoin()
Explanation:
Outerjoin() is used to achieve left outer join.