summaryrefslogtreecommitdiff
path: root/ws2015/datenbanksysteme/blaetter/04/abgabe.md
diff options
context:
space:
mode:
Diffstat (limited to 'ws2015/datenbanksysteme/blaetter/04/abgabe.md')
-rw-r--r--ws2015/datenbanksysteme/blaetter/04/abgabe.md15
1 files changed, 0 insertions, 15 deletions
diff --git a/ws2015/datenbanksysteme/blaetter/04/abgabe.md b/ws2015/datenbanksysteme/blaetter/04/abgabe.md
deleted file mode 100644
index 708a249..0000000
--- a/ws2015/datenbanksysteme/blaetter/04/abgabe.md
+++ /dev/null
@@ -1,15 +0,0 @@
1---
2header-includes:
3 - \usepackage{amsmath}
4 - \usepackage{amssymb}
5---
6
7# Natural Join
8
9Zu $\land$.
10
11# Anfragen in relationaler Algebra
12
13a) $\pi_{\texttt{P.pname}}(\sigma_{\texttt{P.ort} = \text{Berlin}}(\texttt{P}))$
14b) $\pi_{\texttt{T.tnr}} \left ( \sigma_{\texttt{L.lname} = \text{Meier}} \left ( \texttt{L} \bowtie \texttt{LTP} \texttt{T} \right ) \right )$
15c) $\pi_{\texttt{T.tname}}(\sigma_{\texttt{P.ort} = \text{Berlin}}(\texttt{P} \bowtie \texttt{LTP} \bowtie \texttt{T}))$