HackYourFuture / study

Our gitbook study book for trainees
https://hackyourfuture.github.io/study/
21 stars 41 forks source link

video on entity and without relations #36

Closed danlaudk closed 1 year ago

danlaudk commented 1 year ago

I'd like to suggest a different curriculum video for databases/entity. The current one covers relationships (which I think is too much for this short video), and goes into weak/strong and other concepts that just aren't important. More important at this stage, in one of the very first videos, is that they get what an entity and entity instance and attribute is.

Without the current video's introduction to relationship, students will first come across the concept of join at the one hour mark of the first video in the section SQL https://hackyourfuture.github.io/study/#/databases/sql/README That strikes me as a reasonable way to encounter this.

In summary, even for the lesson would suggest pairing the mix of abstract theory with the focus of the week week1 : entities and crud. no joins. no relationships (i don't think there are joins in the homework either) week2 : introduce joins and relationships with identifiers

Currently At the end of the qa-prep is "This short video explains how relationships work". That is also a reasonable place to encounter relationships