mirror of
https://github.com/kuhyx/WUT_Computer_Science.git
synced 2026-07-04 15:43:16 +02:00
feat: add relational schema
This commit is contained in:
parent
984d762af9
commit
a3711d70e3
@ -7,3 +7,5 @@
|
||||
\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.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 [0][-]{chapter.3}{\376\377\000T\000a\000s\000k\000\040\0003\000\040\000-\000\040\000R\000e\000l\000a\000t\000i\000o\000n\000a\000l\000\040\000s\000c\000h\000e\000m\000a}{}% 10
|
||||
\BOOKMARK [1][-]{section.3.1}{\376\377\000R\000e\000l\000a\000t\000i\000o\000n\000a\000l\000\040\000s\000c\000h\000e\000m\000a}{chapter.3}% 11
|
||||
|
||||
Binary file not shown.
@ -1,6 +1,7 @@
|
||||
\documentclass{report}
|
||||
\usepackage{graphicx}
|
||||
\usepackage{hyperref}
|
||||
\usepackage{pdfpages}
|
||||
|
||||
\begin{document}
|
||||
\chapter{Task 1 - Textual description of a database}
|
||||
@ -164,6 +165,11 @@ Player entity represents Player object from \hyperref[Objects Section]{Objects S
|
||||
\item transfer value - how much the Player is worth
|
||||
\end{itemize}
|
||||
|
||||
\chapter{Task 3 - Relational schema}
|
||||
\section{Relational schema}
|
||||
\includepdf[pages=1]{relational.pdf}
|
||||
|
||||
|
||||
|
||||
|
||||
\end{document}
|
||||
BIN
textual-description/relational.pdf
Normal file
BIN
textual-description/relational.pdf
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user