Home »
MCQs »
SQLAlchemy MCQs
Which of the following methods will you use if you want to cast out the connection pool?
15. Which of the following methods will you use if you want to cast out the connection pool?
- Driver()
- Execute()
- Dispose()
- Transaction()
Answer: C) Dispose()
Explanation:
Dispose() method is used when you want to cast out/ dispose of the connection pool.