diff --git a/semester4/dmdb/data-modelling-databases-summary.pdf b/semester4/dmdb/data-modelling-databases-summary.pdf index 795a792..208f2e2 100644 Binary files a/semester4/dmdb/data-modelling-databases-summary.pdf and b/semester4/dmdb/data-modelling-databases-summary.pdf differ diff --git a/semester4/dmdb/parts/08_quick-overview/04_checklist.tex b/semester4/dmdb/parts/08_quick-overview/04_checklist.tex index 1502f5a..4734962 100644 --- a/semester4/dmdb/parts/08_quick-overview/04_checklist.tex +++ b/semester4/dmdb/parts/08_quick-overview/04_checklist.tex @@ -1,7 +1,7 @@ \subsection{Checklist} The following things are typically important to know very well (not exhaustive) \begin{todolist} - \item SQL + \item SQL (syntax, some concepts, such as using \texttt{WITH} statements often to make the task more approachable) \item Functional Dependencies (including Candidate Keys, Super Keys, Closures and minimal covers) \item Normal Forms (and their Decomposition / Synthesis Algorithms) \item Time complexities, I/Os and sorted runs for Query Processing