Skip to content

Commit

Permalink
Fixed spelling error and removed duplicate Weak Entity section
Browse files Browse the repository at this point in the history
  • Loading branch information
Qiang-Feng committed Mar 31, 2017
1 parent 3818cb3 commit 867113a
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions 130.tex
Original file line number Diff line number Diff line change
Expand Up @@ -164,23 +164,16 @@ \subsubsection{Entity Sets and attributes}

\begin{enumerate}
\item \emph{Composite attributes}: flatten to contain only simple attributes.
\item \emph{Multivalued attributes}: own relation mappped back to entity
\item \emph{Multivalued attributes}: own relation mapped back to entity
set using foreign key.
\item \emph{Derived attributes}: not supported by relational model.
\end{enumerate}

\paragraph{Weak Entity Sets}

Mapped to its own realtion and attributes but includes primary key
Mapped to its own relation and attributes but includes primary key
of strong attribute with on delete cascade constraint.


\subsubsection{Weak Entity Sets}

Mapped to its own realtion and attributes but includes primary key
of strong attribute with on delete cascade constraint.


\subsubsection{Relationships}

\emph{Many-to-many}: new relation with two foreign keys. E.g.
Expand Down

0 comments on commit 867113a

Please sign in to comment.