Merge pull request #1 from kuchyx/kuchy-add-relational-schema

feat: add relational schema
This commit is contained in:
Krzysztof Rudnicki 2022-11-23 12:28:46 +01:00 committed by GitHub
commit 55fa197878
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 0 deletions

View File

@ -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.

View File

@ -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}

Binary file not shown.