Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
Beide Seiten der vorigen Revision Vorhergehende Überarbeitung Nächste Überarbeitung | Vorhergehende Überarbeitung | ||
modul:m290:learningunits:lu08:aufgaben:02 [2024/10/30 15:10] – vdemir | modul: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 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 ===== |