diff options
author | Santo Cariotti <santo@dcariotti.me> | 2021-03-09 23:06:26 +0100 |
---|---|---|
committer | Santo Cariotti <santo@dcariotti.me> | 2021-03-09 23:06:26 +0100 |
commit | 59e1587ba88f266726cb604d3eee045af12d14d5 (patch) | |
tree | c6cde11a9d45abd6a1b43a6a64d1b9e75cca9264 /chapters | |
parent | 1329dcca9ac173fdef57240baf13c9d2c3f08825 (diff) |
chapter3: add e/r model
Diffstat (limited to 'chapters')
-rw-r--r-- | chapters/er.tex | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/chapters/er.tex b/chapters/er.tex new file mode 100644 index 0000000..8235577 --- /dev/null +++ b/chapters/er.tex @@ -0,0 +1,7 @@ +Qui di seguto è riportato uno schema concettuale del database mediante modello Entità-Relazione. +\begin{figure}[htp] +\centering +\includegraphics[scale=0.5]{data/er.png} +\caption{Modello E/R} +\label{} +\end{figure}
\ No newline at end of file |