Files
eth-summaries/semester4/dmdb/data-modelling-databases-summary.tex
T
2026-06-22 08:05:19 +02:00

64 lines
1.2 KiB
TeX

\documentclass{article}
\input{~/projects/latex/janishutz-helpers.tex}
\setupGlossary
\input{glossary/main.tex}
\usepackage{lmodern}
\setFontType{sans}
\setup{Data Modelling \& Databases}
\begin{document}
\startDocument
\vspace{1cm}
\begin{center}
\includegraphics[width=0.5\linewidth]{~/projects/latex/assets/logo.jpg}
\end{center}
\vspace{2cm}
\begin{center}
\begin{Large}
\quote{A curry can be written in many different ways}
\end{Large}
\hspace{3cm} - Prof. Dr. Gustavo Alonso, 2026
\end{center}
\vspace{1.5cm}
\begin{center}
FS2026, ETHZ
\begin{Large}
Summary of the Script and Lectures
\end{Large}
\end{center}
\newpage
\printtoc{Aquamarine}
\newpage
\section{Introduction}
A note on the quote on the title page: He did not \textit{actually} mean ``curry'', but of course ``query'', but he just pronounced it that way.
This summary assumes some basic knowledge about databases.
All words written in \textbf{bold} should be clickable and should link you to the corresponding term in the glossary.
If I did not forget a term that is, of course.
\newsection
\section{SQL}
\input{parts/00_sql/00_intro.tex}
\input{parts/00_sql/01_operations.tex}
\printGlossary
\end{document}