Home »
MCQs »
SQLAlchemy MCQs
Which of the following functions returns the number of rows selected from a table?
25. Which of the following functions returns the number of rows selected from a table?
- total()
- Range()
- count()
- fetchone()
Answer: C) count()
Explanation:
Count() function returns the number of rows selected from a table.