Home »
MCQs »
SQLAlchemy MCQs
How do you instantiate the object of the engine class?
11. How do you instantiate the object of the engine class?
- Using object_engine()
- Using create_object()
- Using engine_object()
- Using create_engine()
Answer: D) Using create_engine()
Explanation:
Using the create_engine() function we instantiate the object of the engine class.