Activity Instructions
-
Set up the Environment:
-
Install Python and set up a virtual environment.
-
Install SQLAlchemy using
pip install sqlalchemy
.
-
-
5 Database:
-
ORMQuizDb
-
ORMEcommerceDb
-
ORMJobBoardDb
-
ORMEventManagementDb
-
ORMTravelBookingDb
-
-
Generate Dummy Data:
- Populate each table with at least 5 rows of dummy data.
-
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