Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
| Beide Seiten der vorigen Revision Vorhergehende Überarbeitung Nächste Überarbeitung | Vorhergehende Überarbeitung | ||
| modul:m290:learningunits:lu02:theorie:b_crud [2024/08/13 14:14] – vdemir | modul:m290:learningunits:lu02:theorie:b_crud [2024/10/02 15:10] (aktuell) – vdemir | ||
|---|---|---|---|
| Zeile 1: | Zeile 1: | ||
| - | ====== | + | ====== |
| **CRUD** is an acronym that stands for **Create, Read, Update, Delete**. These are the fundamental operations performed on data within any system that manages persistent data. Think of it as the basic toolkit for interacting with information. | **CRUD** is an acronym that stands for **Create, Read, Update, Delete**. These are the fundamental operations performed on data within any system that manages persistent data. Think of it as the basic toolkit for interacting with information. | ||
| - | {{: | + | {{: |
| ==== Breakdown of CRUD Operations ==== | ==== Breakdown of CRUD Operations ==== | ||