You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: databases/index.md
+24-33
Original file line number
Diff line number
Diff line change
@@ -3,11 +3,11 @@ layout: page
3
3
title: Databases (VITMAB04)
4
4
---
5
5
6
-
## 2023
6
+
## 2024
7
7
8
-
## Facts and Learning Tips
8
+
## Facts and Learning Tips -- READ. THIS. NOW.
9
9
10
-
Databases will be one of the hardest subjects you have encountered during your studies. Although decades of experience suggests that the only thing needed to pass (with flying colors) is willing to obtain the knowledge presented to you during the course. Trust me, the knowledge you get here is basically a full-stack slice of _THE_ system engineering skillset, which can be directly applied in the industry. During the semester, me and my colleagues attemp to give you a profound knowledge of both practice and theory. This includes the tech skills introduced during lab sessions, but dives down all the way to database theory including high-level structural modeling, physical storage considerations, algorithms and detailed answers for many "why"-s. So now I'm giving you the "how": some tips and best practices for being a successful student of Databases:
10
+
Databases will be one of the hardest subjects you have encountered during your studies. Although decades of experience suggests that the only thing needed to pass (with flying colors) is the willingness to obtain the knowledge presented to you during the course. Trust me, the knowledge you get here is basically a full-stack slice of _THE_ system engineering skillset, which can be directly applied in the industry. During the semester, me and my colleagues attemp to give you a profound knowledge of both practice and theory. This includes the tech skills introduced during lab sessions, but dives down all the way to database theory including high-level structural modeling, physical storage considerations, algorithms and detailed answers for many "why"-s. So now I'm giving you the "how": some tips and best practices for being a successful student of Databases:
11
11
12
12
- Study every single week. For each lecture, practice and lab, you should be familiar with the whole material of the lectures presented to you at that given point in time. You also have to be familiar with the relevant sections of the reference book. Do not be surprised, if the quiz or midterm or exam asks for knowledge not discussed in class, but discussed by the reference book. During (self-)studying, your instructors are open to discussion via e-mail in case you don't understand something.
13
13
- Knowledge does not mean being able to recite the material word-by-word. Reciting the material word-by-word is completely useless in this course, as it is not what makes a good engineer.
@@ -38,13 +38,11 @@ The rest of the topics do not and will not have PPTs. (This is a choice of the l
38
38
39
39
## Lectures
40
40
41
-
Lectures are held every Monday from 14:15 to 15:45. Location: IE.220
41
+
Lectures are held every Monday from 16:15 to 17:45. Location: IE.220
42
42
43
-
On week 1 there will be an extra lecture on Thursday, september 7th at 16:15, in room QBF.11.
43
+
On Thursday, September 5th, there will be an extra lecture at 16:15, in room IE.220.
44
44
45
-
On week 2 there will be an extra lecture on Thursday, september 14th at 16:15, in room IE.220.
46
-
47
-
Then all further lectures will be on Monday.
45
+
On Thursday, September 26th, there will be an extra lecture at 16:15, in room IE.220.
48
46
49
47
Topics and corresponding sections in the reference book:
50
48
@@ -123,13 +121,14 @@ Please make sure you have this open at the beginning of each practice.
0 commit comments