Skip to content

Commit 5dbda2c

Browse files
authored
Update 16_10_2025.sql
1 parent 56b79c6 commit 5dbda2c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Vorlesung/Übungen/16_10_2025.sql

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ INSERT INTO Vorlesung (VorlNr, Titel, SWS)
4949
VALUES (456, 'Maßtheorie', 6);
5050
INSERT INTO Vorlesung (VorlNr, Titel, SWS)
5151
VALUES (789, 'Partielle DGL', 4);
52+
INSERT INTO Vorlesung (VorlNr, Titel, SWS)
53+
VALUES (321, 'Analysis', 4);
5254

5355
INSERT INTO Student (MatNr, Name, Semester, HS)
5456
VALUES (1,'Paul', 1, 11);
@@ -63,4 +65,4 @@ INSERT INTO Hoeren (MatNr, VorlNr) VALUES (4, 123);
6365

6466
SELECT * FROM Student;
6567
SELECT * FROM Hochschule;
66-
SELECT * FROM Vorlesung;
68+
SELECT * FROM Vorlesung;

0 commit comments

Comments
 (0)