Home »
MCQs »
SQLAlchemy MCQs
Which of the following functions is used when you have to check if the value of a certain column falls between a range?
24. Which of the following functions is used when you have to check if the value of a certain column falls between a range?
- Between()
- Range()
- Asc()
- Check()
Answer: A) Between()
Explanation:
Between() function is used when you have to check if the value of a certain column falls between a range.