A SQL query walks up to two tables in a bar and asks:
“Mind if I join you?”
A SQL query walks up to two tables in a bar and asks:
“Mind
if I join you?”
# | Lecture | Seminar | |
---|---|---|---|
1 | Introduction | ERD | |
2 | History: how did we get DBMS? | ||
3 | EERD | Attributes, keys | |
4 | Data Dictionary | ||
5 | Normalization 1 | EERD | |
6 | Normalization 2 | ||
7 | Reading week, guest lecture? | --- | |
8 | Physical Architecture | Quiz | |
9 | Physical Design | ||
10 | SQL & Relational Algebra | Physical design, indices | |
11 | Algebra & Optimization | ||
12 | Coursework Feedback | --- | |
13 | Performance Optimization | Relational algebra | |
14 | Security | ||
15 | Databases on the Web | Security | |
16 | DB on the Web: Client Technologies | ||
17 | DB on the Web: Server Technologies | Databases on the Web | |
18 | Legal, Ethical & Professional Issues | ||
19 | Reading week, guest lecture? | --- | |
20 | Transactions | Professional & ethical issues | |
21 | Concurrency, Deadlocks & Recovery | ||
22 | Stored Procedures & Triggers | Transactions & Concurrency | |
23 | Linked Data, Semantic DBs | ||
24 | Teaser: Distributed Databases | --- |
SELECT * FROM Candidate c JOIN Interview i ON i.caID = c.caID WHERE date = CURDATE();
Use a spacebar or arrow keys to navigate