Home »
MCQs »
SQLAlchemy MCQs
All defined table objects are created using the engine object and stored in metadata via the ____ function
17. All defined table objects are created using the engine object and stored in metadata via the ____ function.
- Create_engine()
- Create_table()
- Create_all()
- Create_db()
Answer: C) Create_all()
Explanation:
All defined table objects are created using the engine object and stored in metadata via the Create_all() function.