Home »
MCQs »
SQLAlchemy MCQs
Which of the following functions flushes all items and any transaction in progress?
33. Which of the following functions flushes all items and any transaction in progress?
- Commit()
- Flush()
- Expire()
- Rollback()
Answer: A) Commit()
Explanation:
Commit() function flushes all items and any transaction in the progress.