Python SQLAlchemy

Activity Instructions

  1. Set up the Environment:

    • Install Python and set up a virtual environment.

    • Install SQLAlchemy using pip install sqlalchemy.

  2. 5 Database:

    1. ORMQuizDb

    2. ORMEcommerceDb

    3. ORMJobBoardDb

    4. ORMEventManagementDb

    5. ORMTravelBookingDb

  3. Generate Dummy Data:

    • Populate each table with at least 5 rows of dummy data.
  4. Interact with the Database:

    • Perform basic operations like creating, reading, updating, and deleting (CRUD).

use python script only to interact with the database

ORMQuizDb

ORMEcommerceDb

ORMJobBoardDb

ORMEventManagementDb

ORMTravelBookingDb

Updated on