Home »
MCQs »
SQLAlchemy MCQs
To add multiple records, which of the following functions will you use?
35. To add multiple records, which of the following functions will you use?
- add()
- add_all()
- commit()
- Invalidate()
Answer: B) add_all()
Explanation:
add_all() function is used to add multiple records.