Home »
MCQs »
SQLAlchemy MCQs
What does the create_engine () function return?
13. What does the create_engine() function return?
- Object
- Value
- Engine object
- Engine object value
Answer: C) Engine object
Explanation:
Create_engine() function returns the engine object.