Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
Beide Seiten der vorigen Revision Vorhergehende Überarbeitung Nächste Überarbeitung | Vorhergehende Überarbeitung | ||
modul:m290:learningunits:lu07:loesungen:l02 [2024/10/01 09:22] – vdemir | modul:m290:learningunits:lu07:loesungen:l02 [2024/10/17 12:44] (aktuell) – vdemir | ||
---|---|---|---|
Zeile 1: | Zeile 1: | ||
- | ====== | + | ====== |
- | ===== Assignments ===== | + | ===== A: Separate INSERT statements |
- | + | ||
- | ==== A: Separate INSERT statements ==== | + | |
Below you will find ten lines with employee data that you should insert into the ‘employees’ table, but with 10 separate INSERT commands. | Below you will find ten lines with employee data that you should insert into the ‘employees’ table, but with 10 separate INSERT commands. | ||
Zeile 29: | Zeile 27: | ||
VALUES (11, ' | VALUES (11, ' | ||
- | ==== B: One single INSERT statement ==== | + | ===== B: One single INSERT statement |
... Insert the following 20 lines of data into the table " | ... Insert the following 20 lines of data into the table " | ||
Zeile 54: | Zeile 52: | ||
(29, ' | (29, ' | ||
(30, ' | (30, ' | ||
+ | | ||
+ | The result after the import of all 30 rows should look like in Webstorm the image below. As you can see, the select on the table " | ||
+ | |||
+ | {{: | ||