Insights on the different kinds of relationships we might use in SQL. One-to-Many, Many-to-One, One-to-One, Many-to-Many, Many-to-Many with Extra Fields on the relationship Model, etc. This demo is in Python, using Flask and Flask-SQLAlchemy. Similar concepts and structures would work for other tools and other languages.
SeattleChris/database_relationships
Insights on the different kinds of relationships we might use in SQL. One-to-Many, Many-to-One, One-to-One, Many-to-Many, Many-to-Many with Extra Fields on the relationship Model, etc. This demo is in Python, using Flask and Flask-SQLAlchemy. Similiar concepts and structures would work for other tools and other languages.
PythonMIT