Week 5 Activity/Practice Session

preview_player
Показать описание
How to create and activate virtual env in your machine? 0:00:00 - 0:25:00 virtual env creation and activation
How create database and table class? 0:41:00 - 1:08:22 database and table creation
How to add and commit data/changes in the database? 1:08:22 - 1:30:01 adding and committing
How to add multiple tuples in a table using add_all method? 1:30:01 - 1:50:56 adding a list using one method.
Can we add multiple database for same project/codebase? 1:50:56 - 2:07:45 multiple database
How to retrive data from database using sqlalchemy? 2:07:45 - 2:21:30 fetching data from database.
How to create one to many relationship in database? 2:21:30 - 2:52:04 one to many relationship
What is backref attribute and many to one relationship? 2:52:04 - 3:15:40 many to one relationship
Рекомендации по теме