Home »
MCQs »
SQLAlchemy MCQs
Which of the following you will use, if you want to use an operator in SQLAlchemy?
22. Which of the following you will use, if you want to use an operator in SQLAlchemy?
- Or
- Or_()
- Or()
- _or()
Answer: B) Or_()
Explanation:
In SQLAlchemy or operator is written as or_().