# Practice Questions
- (3pts) Write the CREATE statements for the
pets
,owners
andpets_owners
tables in the diagram below.
# Lessons
- SQL Analytics M8 - Entity Relationship Diagrams
- SQL - W8 Creating Entity Relationship Diagrams - CREATE One to Many Tables
- Creating Entity Relationship Diagrams - CREATE Many to Many Tables
- Next: SQL Analytics M7 - Composite Primary Keys
- SQL Analytics M7 - Creating Entity Relationship Diagrams
- SQL - W8 Creating Entity Relationship Diagrams - Practice Assignment