Home »
MCQs »
SQLAlchemy MCQs
Which of the following returns the connection object?
14. Which of the following returns the connection object?
- Connect()
- Execute()
- Dispose()
- Transaction()
Answer: A) Connect()
Explanation:
Connect() method returns us the connection object.