mirror of
https://github.com/janishutz/eth-summaries.git
synced 2026-09-10 19:15:25 +02:00
[DMDB] fix: page layout, remark
This commit is contained in:
Binary file not shown.
+1
@@ -1,3 +1,4 @@
|
|||||||
|
\newpage
|
||||||
\subsubsection{BCNF Decomposition Algorithm}
|
\subsubsection{BCNF Decomposition Algorithm}
|
||||||
\begin{algorithm}
|
\begin{algorithm}
|
||||||
\caption{Decomposition algorithm}
|
\caption{Decomposition algorithm}
|
||||||
|
|||||||
@@ -14,5 +14,6 @@ also known as \textit{key attributes}
|
|||||||
Every Non-trivial FD begins either with superkey or ends with prime attribute {\scriptsize (Attributes depend only on candidate keys)}
|
Every Non-trivial FD begins either with superkey or ends with prime attribute {\scriptsize (Attributes depend only on candidate keys)}
|
||||||
& \cross & \cross & \cross & \checkmark & \checkmark \\
|
& \cross & \cross & \cross & \checkmark & \checkmark \\
|
||||||
Every non-trivial FD begins with a superkey
|
Every non-trivial FD begins with a superkey
|
||||||
& \cross & \cross & \cross & \checkmark & \checkmark \\
|
& \cross & \cross & \cross & \cross & \checkmark \\
|
||||||
\end{tables}
|
\end{tables}
|
||||||
|
This means that a relation in BNCF is free of redundancies based on functional dependencies.
|
||||||
|
|||||||
Reference in New Issue
Block a user