From efbbc7141e0fc6074259b7cccea22598a9c0bfbf Mon Sep 17 00:00:00 2001 From: Benjamin Neumann Date: Thu, 23 Jul 2026 09:27:04 +0200 Subject: [PATCH] vault backup: 2026-07-23 09:27:04 --- .obsidian/workspace.json | 19 +++++++++++++++---- .../SQL/SQL.md | 5 +++-- .../SQL/Unbenannt.md | 0 3 files changed, 18 insertions(+), 6 deletions(-) create mode 100644 SS2026/Datenbanken und Informationssysteme/SQL/Unbenannt.md diff --git a/.obsidian/workspace.json b/.obsidian/workspace.json index 38f03e5..a687f4b 100644 --- a/.obsidian/workspace.json +++ b/.obsidian/workspace.json @@ -6,7 +6,7 @@ { "id": "fd9f21d5268b584f", "type": "tabs", - "dimension": 51.626016260162594, + "dimension": 46.476964769647694, "children": [ { "id": "25f5b25d5eca7203", @@ -27,7 +27,7 @@ { "id": "5958b9e0863b6a71", "type": "tabs", - "dimension": 48.373983739837406, + "dimension": 53.5230352303523, "children": [ { "id": "2d42c893aebdc580", @@ -195,9 +195,19 @@ "icon": "links-going-out", "title": "Ausgehende Links von SQL öffnen" } + }, + { + "id": "e87dc212189b9d36", + "type": "leaf", + "state": { + "type": "git-view", + "state": {}, + "icon": "git-pull-request", + "title": "Source Control" + } } ], - "currentTab": 3 + "currentTab": 5 } ], "direction": "horizontal", @@ -218,9 +228,10 @@ }, "active": "25f5b25d5eca7203", "lastOpenFiles": [ + "SS2026/Datenbanken und Informationssysteme/SQL/Unbenannt.md", + "SS2026/Datenbanken und Informationssysteme/SQL/SQL.md", "SS2026/Datenbanken und Informationssysteme/SQL/DML Data Manipulation Language SQL.md", "SS2026/Datenbanken und Informationssysteme/SQL/Anhänge/sql_merged.pdf", - "SS2026/Datenbanken und Informationssysteme/SQL/SQL.md", "SS2026/Datenbanken und Informationssysteme/SQL/DDL Data Definition Language SQL.md", "SS2026/Datenbanken und Informationssysteme/Datenbanken und Informationssysteme.md", "SS2026/Klausurplan.canvas", diff --git a/SS2026/Datenbanken und Informationssysteme/SQL/SQL.md b/SS2026/Datenbanken und Informationssysteme/SQL/SQL.md index 49b99b5..9c2f646 100644 --- a/SS2026/Datenbanken und Informationssysteme/SQL/SQL.md +++ b/SS2026/Datenbanken und Informationssysteme/SQL/SQL.md @@ -49,6 +49,7 @@ SELECT * from Student s WHERE s.Semester = 2 AND s.Name='Byleth' Vergleichsoperatoren: <,>,=,<=,>=,<> BETWEEN LIKE -IS NULL +IS NULL / IS NOT NULL AND, OR, NOT - ++,-,\*,/ +IN, NOT IN, $\theta$ ANY, $\theta$ ALL, EXISTS mit theta = Vergleichsoperator diff --git a/SS2026/Datenbanken und Informationssysteme/SQL/Unbenannt.md b/SS2026/Datenbanken und Informationssysteme/SQL/Unbenannt.md new file mode 100644 index 0000000..e69de29