Week_12_SQL2
Week_12_SQL2
2
COMP 1238 - week 12
Scratchpad
Presentation slides:
https://docs.google.com/presentation/d/1v-pP8UzmGm_aYh_4zcTXq4t01
axURBWkPu9xbPzhQ_U
Slido Questions:
https://app.sli.do/event/sNtCNvpTqVsDuMsm6HGf6K
AtKlass: VBTD
COMP1238 - Intro to Data Management
16:05
COMP 1238 – Introduction to
Data Management
ALTER TABLE
RENAME TABLE
DROP TABLE
}
order_items {
INTEGER order_id
INTEGER product_id
INTEGER qtty
TEXT comment
}
orders ||--o{ order_items : contains
products ||--o{ order_items : includes
Objects or Entities
We often call our records Objects or Entities
● A course is an Entity
● An assignment is an Entity
ERD - Entity Relationship Diagrams
First 2 videos of this playlist
QUESTIONS ?
Links and references
● https://www.reddit.com/r/SQL/ - SQL Subreddit, highly recommended
● ERDs
○ Entity Relationship Diagram (ERD) Tutorial - Part 1 (relationships)
○ Entity Relationship Diagram (ERD) Tutorial - Part 2 (keys)
● SQL Joins (with extra drama to keep it engaging)
○ Part of a longer playlist about SQL by Socratica
● SQL Exercises
Extra material
● Fast and fairly advanced DB & SQL tutorial part 1, part 2 - indexing
● SQLite and its weird new fork “libSQL” - recent news about SQLite
● ACID Properties in Databases With Examples
DRAFTS