-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnormalization.tex
More file actions
40 lines (30 loc) · 1.06 KB
/
normalization.tex
File metadata and controls
40 lines (30 loc) · 1.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
%-------------------------------------------------------
% LaTeX 101
% bold - \textbf{bold text}
% italic - \textit{italic text}
%
% bullet points:
% \begin{itemize}
% \item first point
% \item second point
% \end{itemize}
%
% Code listings
% \begin{lstlisting}[language=sql]
% SELECT * FROM metadata
% \end{lstlisting}
% you can also change the language to Python or R
%
%-------------------------------------------------------
\section{Normalization}
The overall objective of normalization is to enhance the data model so that it \blank.
This is achieved by a number of so called normal forms, which are hierarchical.
\subsection{first normal form}
A data model is in the first normal, when \blank.
An easy example is: \blank.
\subsection{second normal form}
A data model is in the second normal form, when it is in the \blank normal form and \blank.
For the HOBO data, this is applied at: \blank.
\subsection{third normal form}
A data model in in the third normal form, when it is in the \blank normal form \blank.
For the HOBO data, this could be applied like: \blank.