[DMDB] improve links for SQL section

This commit is contained in:
2026-08-16 11:47:16 +02:00
parent c02d53828f
commit e220b0b992
5 changed files with 7 additions and 5 deletions
@@ -2,7 +2,7 @@
\subsection{Checklist}
The following things are typically important to know very well (not exhaustive)
\begin{todolist}
\item SQL (syntax, some concepts, such as using \texttt{WITH} statements often to make the task more approachable), see Section~\ref{sec:sql-basic-ops}
\item SQL (syntax, some concepts, such as using \texttt{WITH} statements often to make the task more approachable), see Section~\ref{sec:sql-query-language}
\item Relational Algebra notation, see Section~\ref{sec:relational-model-logic-algebra}
\item Functional Dependencies (including Candidate Keys, Super Keys, Closures and minimal covers), see Section~\ref{sec:functional-dependency}
\item Normal Forms (and their Decomposition / Synthesis Algorithms), see Section~\ref{sec:normal-forms}