\begin{frame}
\frametitle{From Conceptual to Relational Model}
\begin{goal}{Basic idea}
Entity sets and relationship sets are represented as tables.
\end{goal}
\bigskip
\pause
Roughly:
\begin{itemize}
\smallskip
\item \emph{one table for each entity set}\\
(name of the table is name of the entity set)
\smallskip
\item \emph{one table for each relationship set}\\
(name of the table is name of the relationship set)
\smallskip
\item
\emph{columns roughly correspond to the attributes}
\end{itemize}
\end{frame}