diff --git a/textual-description/description.out b/textual-description/description.out index 8ecf90b4..a00e0cf5 100644 --- a/textual-description/description.out +++ b/textual-description/description.out @@ -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 diff --git a/textual-description/description.pdf b/textual-description/description.pdf index 645457d3..760507a5 100644 Binary files a/textual-description/description.pdf and b/textual-description/description.pdf differ diff --git a/textual-description/description.tex b/textual-description/description.tex index 946b49dd..37e31cae 100644 --- a/textual-description/description.tex +++ b/textual-description/description.tex @@ -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} \ No newline at end of file diff --git a/textual-description/relational.pdf b/textual-description/relational.pdf new file mode 100644 index 00000000..e9ba25ef Binary files /dev/null and b/textual-description/relational.pdf differ