From f18fb36843d11e4b7a2971fa6def4ab30866ee26 Mon Sep 17 00:00:00 2001 From: antonioalmeida Date: Sun, 9 Jun 2024 03:13:01 +0200 Subject: [PATCH] add lesson plan for Week 1 --- week1/LESSONPLAN.md | 21 +++++++-------------- 1 file changed, 7 insertions(+), 14 deletions(-) diff --git a/week1/LESSONPLAN.md b/week1/LESSONPLAN.md index 5ca9d9b..f7946e8 100644 --- a/week1/LESSONPLAN.md +++ b/week1/LESSONPLAN.md @@ -1,29 +1,22 @@ # Databses - Week 1 -- TODO - ## Before Class -- TODO +- Follow the [setup instructions](../setup/README.md) ## During Class -- TODO - ### Before Break -- TODO +- Introduction to Relational Model +- Demo of SQL by following the [Readings](../week1/README.md) +- Students self study the [Readings](../week1/README.md) ### After Break -- TODO - ---- +- Students continue self study following the [Readings](../week1/README.md) +- When finished: start the [Exercises](../week1/EXERCISES.md) ## After Class -There's no project due, just plenty of practice. Work on the exercises in this module, and continue studying your favorite tutorial(s). - -Study together! Working in small groups and taking turns to predict and explain -what is happening with the code is a nice way to spend a few hours. Teaching is -a great way to learn. \ No newline at end of file +- Continue and finish the [Exercises](../week1/EXERCISES.md) \ No newline at end of file