Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
| Beide Seiten der vorigen Revision Vorhergehende Überarbeitung Nächste Überarbeitung | Vorhergehende Überarbeitung | ||
| en:modul:m290_guko:learningunits:lu06:aufgaben:case_tierheim [2026/09/23 17:56] – Automatic push translation gkoch | en:modul:m290_guko:learningunits:lu06:aufgaben:case_tierheim [2026/09/23 18:00] (aktuell) – gkoch | ||
|---|---|---|---|
| Zeile 9: | Zeile 9: | ||
| We would like to help animals at the **Ron Animal Shelter** in Root (LU) that are up for adoption ([[https:// | We would like to help animals at the **Ron Animal Shelter** in Root (LU) that are up for adoption ([[https:// | ||
| - | Your tables: **enclosures**, **animal species**, **animal**. | + | Your tables: **gehege**, **tierart**, **tier**. |
| ===== Task ===== | ===== Task ===== | ||
| Zeile 15: | Zeile 15: | ||
| ==== 1. Insert data records ==== | ==== 1. Insert data records ==== | ||
| - | **animal-type** (columns: name, origin) | + | **tierart** (columns: name, herkunft) |
| <WRAP center box 80% round>< | <WRAP center box 80% round>< | ||
| Hund, Weltweit domestiziert | Hund, Weltweit domestiziert | ||
| Zeile 24: | Zeile 24: | ||
| </ | </ | ||
| - | **enclosure** (columns: name, location, area) | + | **gehege** (columns: name, standort, flaeche) |
| <WRAP center box 80% round>< | <WRAP center box 80% round>< | ||
| Hundeaussenbereich 1, Garten, 45.50 | Hundeaussenbereich 1, Garten, 45.50 | ||
| Zeile 33: | Zeile 33: | ||
| </ | </ | ||
| - | **Animal** (Columns: name, date_of_birth, gender, enclosure_id, species_id) | + | **tier** (Columns: name, geburtsdatum, geschlecht, gehege_id, art_id) |
| <WRAP center box 80% round>< | <WRAP center box 80% round>< | ||
| (' | (' | ||
| Zeile 44: | Zeile 44: | ||
| ==== 2. Deliberately violating a constraint ==== | ==== 2. Deliberately violating a constraint ==== | ||
| - | Try to create an animal **without a name** | + | Try to create an animal **without a name**. Read the error message. |
| ==== 3. Modifying data ==== | ==== 3. Modifying data ==== | ||