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.

  1. Create_engine()
  2. Create_table()
  3. Create_all()
  4. 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.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.