\begin{frame}
\frametitle{Boyce-Codd Normal Form: Advantages}
\begin{goal}{Advantages of Boyce-Codd Normal Form}
\medskip
If a relation $R$ is in BCNF, then\ldots
\begin{itemize}
\item Ensuring its key constraints automatically satisfies all FDs.
Hence, no additional constraints are needed for FDs!
\medskip
\item The \emph{anomalies} (udpate/insertion/deletion) \emph{do not occur.}
\end{itemize}
\medskip
\end{goal}
\end{frame}