\begin{frame}
\frametitle{Course Goals}
\begin{goal}{Overall Goal}
Thorough understanding of database concepts
\begin{itemize}
\item from a user perspective \\(not how databases work internally)
\end{itemize}
\end{goal}
\medskip
\begin{goal}{Learning Goals}
\begin{itemize}
\item Developing data models
\item Reasoning about good/bad design \\(functional depencencies)
\item Understanding and writing non-trivial SQL statements
\item Basic knowledge of database programming
% \pause
% \item Get a flavor of a few advanced topics
% \begin{itemize}
% \item Business intelligence
% \item NoSQL systems
% \end{itemize}
\end{itemize}
\end{goal}
\medskip
\begin{exampleblock}{Motivation}
Storing data is important everywhere in industry!
\end{exampleblock}
\end{frame}