Skip to content

Commit e3e2d00

Browse files
authored
Update index.md
1 parent 13a0043 commit e3e2d00

File tree

1 file changed

+24
-33
lines changed

1 file changed

+24
-33
lines changed

databases/index.md

+24-33
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ layout: page
33
title: Databases (VITMAB04)
44
---
55

6-
## 2023
6+
## 2024
77

8-
## Facts and Learning Tips
8+
## Facts and Learning Tips -- READ. THIS. NOW.
99

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:
1111

1212
- 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.
1313
- 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
3838

3939
## Lectures
4040

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
4242

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.
4444

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.
4846

4947
Topics and corresponding sections in the reference book:
5048

@@ -123,13 +121,14 @@ Please make sure you have this open at the beginning of each practice.
123121

124122
Topic|Date|Exercise sheet
125123
--|--|--
126-
LECTURE|Sep. 14|-
127-
ER Modeling|Sep. 28|[HERE](Practice01.pdf)
128-
Relational Queries|Oct. 12|[HERE](practice_rel_2022.pdf)
129-
Physical Storage|Oct. 26|[HERE](practice_stor.pdf)
130-
Query Optimization|Nov. 9|[HERE](practice_opti.pdf)
131-
Normalization|Nov. 23|[HERE](practice_norm.pdf)
132-
Transaction Management|Dec. 7|[HERE](practice_tran.pdf)
124+
LECTURE|Sep. 7|-
125+
ER Modeling|Sep. 14|[HERE](Practice01.pdf)
126+
LECTURE|Sep. 26|-
127+
Relational Queries|Sep. 19|[HERE](practice_rel_2022.pdf)
128+
Physical Storage|Oct. 10|[HERE](practice_stor.pdf)
129+
Query Optimization|Oct. 24|[HERE](practice_opti.pdf)
130+
Normalization|Nov. 7|[HERE](practice_norm.pdf)
131+
Transaction Management|Nov. 28|[HERE](practice_tran.pdf)
133132

134133
## Laboratories
135134

@@ -139,32 +138,24 @@ Lab responsible:
139138
- Ruba Mahasneh, ruba.mahasneh -AT- db.bme.hu
140139

141140
Lab instructors:
142-
- András Gerendás, gerendas.andras -AT- db.bme.hu
143-
- AlGhaith Ahmad, alghaith.ahmad -AT- edu.bme.hu
144-
- Tatiana Barbova, tatiana.barbova -AT- edu.bme.hu
145-
- Chaitanya Arora, chaitanya.arora -AT- edu.bme.hu
146-
- Dhoioui Oussama, dhouioui.oussama -AT- edu.bme.hu
147-
148-
### Place of labs
149141

150-
For the Team Workshop EVERYONE go to TODO
142+
More info later
151143

152-
For all the other labs, do as described below:
144+
### Place of labs
153145

154-
- If your NEPTUN ID starts with A, B, C, D, E, F, G, or H then go to room R4O. Your lab instructors are András Gerendás and Chaitanya Arora
155-
- Otherwise, go to room R4P. Your lab instructors are Tatiana Barbova and Dhouioui Oussama.
146+
General information later
156147

157148
### Time of labs
158149

159150
Each lab is on Thursday, from 16:15 to 17:45, according to the following schedule:
160151

161152
Topic|Date
162153
--|--
163-
Oracle|Sep. 21
164-
SQL I|Oct. 5
165-
SQL II|Oct. 19
166-
SQL III|Nov. 2
167-
Team Workshop|Nov. 30
154+
Oracle|Oct. 3
155+
SQL I|Oct. 17
156+
SQL II|Oct. 31
157+
SQL III|Nov. 14
158+
Team Workshop|Later
168159

169160
The Team workshop will be in room QBF.11.
170161

@@ -323,8 +314,8 @@ Have fun!
323314

324315
## Midterm
325316

326-
November 14th from 8:15, location: E.1.B
317+
Later
327318

328319
## Retakes
329320

330-
Midterm retake: November 28th from 8:15, location: E.1.B.
321+
Later

0 commit comments

Comments
 (0)