mirror of
https://github.com/kuhyx/WUT_Computer_Science.git
synced 2026-07-06 19:23:07 +02:00
relational description
This commit is contained in:
parent
50152d6f34
commit
8c36386f0e
@ -7,3 +7,4 @@
|
|||||||
\BOOKMARK [1][-]{section.2.1}{\376\377\000D\000e\000s\000c\000r\000i\000p\000t\000i\000o\000n}{chapter.2}% 7
|
\BOOKMARK [1][-]{section.2.1}{\376\377\000D\000e\000s\000c\000r\000i\000p\000t\000i\000o\000n}{chapter.2}% 7
|
||||||
\BOOKMARK [2][-]{subsection.2.1.1}{\376\377\000R\000e\000l\000a\000t\000i\000o\000n\000s\000h\000i\000p\000\040\000d\000e\000s\000c\000r\000i\000p\000t\000i\000o\000n}{section.2.1}% 8
|
\BOOKMARK [2][-]{subsection.2.1.1}{\376\377\000R\000e\000l\000a\000t\000i\000o\000n\000s\000h\000i\000p\000\040\000d\000e\000s\000c\000r\000i\000p\000t\000i\000o\000n}{section.2.1}% 8
|
||||||
\BOOKMARK [2][-]{subsection.2.1.2}{\376\377\000E\000n\000t\000i\000t\000i\000e\000s\000\040\000a\000n\000d\000\040\000a\000t\000t\000r\000i\000b\000u\000t\000e\000s\000\040\000d\000e\000s\000c\000r\000i\000p\000t\000i\000o\000n}{section.2.1}% 9
|
\BOOKMARK [2][-]{subsection.2.1.2}{\376\377\000E\000n\000t\000i\000t\000i\000e\000s\000\040\000a\000n\000d\000\040\000a\000t\000t\000r\000i\000b\000u\000t\000e\000s\000\040\000d\000e\000s\000c\000r\000i\000p\000t\000i\000o\000n}{section.2.1}% 9
|
||||||
|
\BOOKMARK [2][-]{subsection.2.1.3}{\376\377\000R\000e\000l\000a\000t\000i\000o\000n\000a\000l\000\040\000d\000i\000a\000g\000r\000a\000m}{section.2.1}% 10
|
||||||
|
|||||||
Binary file not shown.
@ -164,6 +164,13 @@ Player entity represents Player object from \hyperref[Objects Section]{Objects S
|
|||||||
\item transfer value - how much the Player is worth
|
\item transfer value - how much the Player is worth
|
||||||
\end{itemize}
|
\end{itemize}
|
||||||
|
|
||||||
|
\subsection{Relational diagram}
|
||||||
|
\paragraph{Description}
|
||||||
|
A relational diagram was generated using SQL developer. The most notable aspects of it are:\\
|
||||||
|
- Entities remain the same as in the logical diagram, they are now described with higher details written by the generation.\\
|
||||||
|
- Most of the relations remained visually the same aside from three, those are:\\
|
||||||
|
- STADIUM:COMPETITION-takes\_place\_in along with CLUB:MATCH-takes\_part\_in have been separated into a relational block based on the fact that those are N:M relations\\
|
||||||
|
- MANAGER:CLUB-works was disjoined into two relations due to the original relation being 1:1 with identity
|
||||||
|
|
||||||
|
|
||||||
\end{document}
|
\end{document}
|
||||||
Loading…
Reference in New Issue
Block a user