mirror of
https://github.com/MartinThoma/LaTeX-examples.git
synced 2025-04-26 06:48:04 +02:00
misc
This commit is contained in:
parent
58786aaad4
commit
29d5c11e84
8 changed files with 143 additions and 39 deletions
3
documents/musterloesung-db-aufgabe-d1/d3c.sql
Normal file
3
documents/musterloesung-db-aufgabe-d1/d3c.sql
Normal file
|
@ -0,0 +1,3 @@
|
|||
SELECT name FROM Berater
|
||||
JOIN Kunden ON Kunden.berater_id = Berater.berater_id
|
||||
WHERE Kunden.name = "Müller"
|
Loading…
Add table
Add a link
Reference in a new issue