Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen Revision Vorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
modul:m290:learningunits:lu07:aufgaben:02 [2024/10/01 08:45] vdemirmodul:m290:learningunits:lu07:aufgaben:02 [2024/10/17 12:45] (aktuell) vdemir
Zeile 1: Zeile 1:
-====== LU07.A02 - INSERT INTO ======+====== LU08.A02 - INSERT INTO ======
  
 ===== Requirements  ===== ===== Requirements  =====
Zeile 28: Zeile 28:
  
 ==== B: One single INSERT statement ==== ==== B: One single INSERT statement ====
-To exercise the DML commands, we need a suitable table including a reasonable amout of dataThe following SQL statement will create a table **employee** regarding all necessary attributes of an "average employee".+After inserting 10 lines of data with 10 separate SQL commands, the next step is to do the import with one single SQL commands, which is basicly more compact and more efficient, that the first approachInsert the following 20 lines of data into the table "employees
  
   11, 'Ryan', 'Turner', '1991-05-21', 'M', 'He/Him', '2017-07-19', 70000.00, 'Marketing'   11, 'Ryan', 'Turner', '1991-05-21', 'M', 'He/Him', '2017-07-19', 70000.00, 'Marketing'
  • modul/m290/learningunits/lu07/aufgaben/02.1727765141.txt.gz
  • Zuletzt geändert: 2024/10/01 08:45
  • von vdemir