Home »
MCQs »
SQLAlchemy MCQs
How many records does the fetchone() function return?
19. How many records does the fetchone() function return?
- All the records
- Only single record
- All the columns
- All the rows
Answer: B) Only single record
Explanation:
Fetchone() function returns us the single record.