[DMDB] fix: page layout, remark

This commit is contained in:
2026-07-31 12:24:10 +02:00
parent 547a1e279f
commit 1c1eff5d59
3 changed files with 3 additions and 1 deletions
Binary file not shown.
@@ -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.