Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
| Nächste Überarbeitung | Vorhergehende Überarbeitung | ||
| modul:m290:learningunits:lu07:loesungen:l03 [2024/10/01 10:48] – angelegt vdemir | modul:m290:learningunits:lu07:loesungen:l03 [2024/10/17 12:44] (aktuell) – vdemir | ||
|---|---|---|---|
| Zeile 1: | Zeile 1: | ||
| - | ====== | + | ====== |
| - | ===== A: Update with OR ===== | + | ===== A: Basic Update ===== |
| + | The employee ‘Laura Clark’ got divorced and therefore took her maiden name. Update her data record in the table. | ||
| + | |||
| + | Update employees | ||
| + | SET surname = ' | ||
| + | WHERE employee_ID = 8; | ||
| + | |||
| + | {{: | ||
| + | |||
| + | ===== B: Update with OR ===== | ||
| As a company policy the attribute ' | As a company policy the attribute ' | ||
| Zeile 12: | Zeile 21: | ||
| {{: | {{: | ||
| - | ===== B: Update with AND =?=== | + | ===== C: Update with AND =?=== |
| The performance of our company' | The performance of our company' | ||