changes Name to name

This commit is contained in:
2023-10-11 06:54:39 +02:00
parent 6c4640a51d
commit 1d56372674
3 changed files with 5 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
INSERT INTO composer (id, first_name, Name, Geburtsdatum, Sterbedatum)
INSERT INTO composer (id, first_name, name, Geburtsdatum, Sterbedatum)
VALUES
(1, "Johann Sebastian", "Bach", 16850331, 17500728),
(2, "Ludwig van", "Beethoven", 17701217, 18270326),
@@ -7,7 +7,7 @@ VALUES
(5, "Robert", "Schumann", 18100608, 18560729)
;
INSERT INTO composer (id, first_name, Name, Geburtsdatum, Sterbedatum)
INSERT INTO composer (id, first_name, name, Geburtsdatum, Sterbedatum)
VALUES
(6, 'Felix', 'Mendelssohn Bartholdy', 18090203, 18471104)
;