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:l01 [2024/09/30 15:43] – vdemir | modul:m290:learningunits:lu07:loesungen:l01 [2024/10/17 12:44] (aktuell) – vdemir | ||
---|---|---|---|
Zeile 1: | Zeile 1: | ||
- | ====== | + | ====== |
===== A: Creating the data schema ===== | ===== A: Creating the data schema ===== | ||
Zeile 16: | Zeile 16: | ||
{{: | {{: | ||
- | ==== B: CREATE TABLE ==== | + | ==== B: CREATE TABLE ===== |
To exercise the DML commands, we need a suitable table including a reasonable amout of data. The following SQL statement will create a table **employee** regarding all necessary attributes of an " | To exercise the DML commands, we need a suitable table including a reasonable amout of data. The following SQL statement will create a table **employee** regarding all necessary attributes of an " | ||
- | |||
CREATE TABLE EMPLOYEES ( | CREATE TABLE EMPLOYEES ( | ||
Zeile 29: | Zeile 28: | ||
{{: | {{: | ||
- | |||
- | ==== C: Inital data import ==== | ||
- | Regardless of which of the two methods (single sql or multiple sql) we actually use, the result should look like the following figure: | ||
- | |||
- | **Result in Webstorm** | ||
- | |||
- | {{: | ||
===== Vocabulary ===== | ===== Vocabulary ===== |