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:lu08:aufgaben:02 [2024/10/30 15:09] vdemirmodul:m290:learningunits:lu08:aufgaben:02 [2024/11/06 16:55] (aktuell) vdemir
Zeile 1: Zeile 1:
-====== LU10.A02 - myFirstServer ======+====== LU10.A03 - myFirstServer ======
  
 ===== Requirements  ===== ===== Requirements  =====
Zeile 7: Zeile 7:
       * Only teaching materials, no websearch, no use of ai.       * Only teaching materials, no websearch, no use of ai.
       * Webstorm Codeeditor       * Webstorm Codeeditor
-      * {{ :modul:m290:learningunits:lu08:aufgaben:myfirstserver0.zip | Basis-Server }}+      * {{ :modul:m290:learningunits:lu08:aufgaben:myfirstserver0.zip | myFirstserver.js ZIP File }}
   * Expected result:    * Expected result: 
     * A JavaScript program, that displays the table content.     * A JavaScript program, that displays the table content.
Zeile 23: Zeile 23:
 After successful receiving data from the database, we want to display more data on our terminal, e.g. the content of an already existing database table. Follow for that the steps below: After successful receiving data from the database, we want to display more data on our terminal, e.g. the content of an already existing database table. Follow for that the steps below:
  
-  - Change the sql statement from SELECT sysdate(); into //SELECT * FROM users;// +  - B01: Change the sql statement from SELECT sysdate(); into //SELECT * FROM users;// 
-  - Display the resultset from the database on your terminal by using the node command +  - B02: Display the resultset from the database on your terminal by using the node command 
-  - Change the order of the sql statement and display the result on your terminal+  - B03: Change the order of the sql statement and display the result on your terminal
  
 ===== Solution ===== ===== Solution =====
  • modul/m290/learningunits/lu08/aufgaben/02.1730297368.txt.gz
  • Zuletzt geändert: 2024/10/30 15:09
  • von vdemir