Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
Beide Seiten der vorigen Revision Vorhergehende Überarbeitung Nächste Überarbeitung | Vorhergehende Überarbeitung | ||
modul:m290:learningunits:lu03:start [2024/08/16 11:53] – [Assignments] vdemir | modul:m290:learningunits:lu03:start [2024/10/02 15:09] (aktuell) – vdemir | ||
---|---|---|---|
Zeile 1: | Zeile 1: | ||
- | ====== | + | ====== |
- | Relational databases are fundamental to modern data management, offering a structured approach to storing and accessing data. The design of a relational database begins with conceptualizing the data and its relationships, | + | |
- | + | ||
- | Data types are essential in this design process. They define how data is stored, classified, and processed, with common types including integers, strings, and dates. Correct data type selection ensures efficiency, data integrity, and optimized query performance. | + | |
- | + | ||
- | Entity-Relationship Models (ERM) and Entity-Relationship Diagrams (ERD) are key tools in database design. The ERM outlines entities and their relationships, | + | |
- | + | ||
- | Crow’s foot notation, commonly used in ERDs, helps depict the cardinality of relationships—whether they are one-to-one, one-to-many, | + | |
===== Theory ===== | ===== Theory ===== | ||
Zeile 15: | Zeile 8: | ||
<nspages .:aufgaben -h1 -exclude: | <nspages .:aufgaben -h1 -exclude: | ||
- | * LU03.A03: ERM: university_db - in due time | ||
- | * LU03.A04: ERM: webshop_db - in due time | ||
- | * LU03.A05: ERM: hobby_db - in due time | ||
- | * LU03.A06: ERD: travel_db - in due time | ||
- | * LU03.A07: ERD_university_db - in due time | ||
- | * LU03.A08: ERD: webshop_db - in due time | ||
- | * LU03.A09: ERD: hobby_db - in due time | ||
===== Solutions ===== | ===== Solutions ===== | ||
<nspages .:loesungen -h1 -exclude: | <nspages .:loesungen -h1 -exclude: | ||
- | * LU03.L03: ERM: travel_db - voluntary exercise - in due time | ||
- | * LU03.L04: ERM: university_db - voluntary exercise - in due time | ||
- | * LU03.L05: ERM: webshop_db - voluntary exercise - in due time | ||
- | * LU03.L06: ERM: hobby_db - voluntary exercise - in due time | ||
- | |||
- | ===== Vocabulary ===== | ||
- | ^ English ^ Deutsch ^ | ||
- | | approach | Vorgehen, Ansatz | | ||
- | | within | innerhalb | | ||
- | | schema | Schema, Übersicht | | ||
- | | entity | Wesen, Einheit, Gebilde | | ||
- | | common | allgemein | | ||
- | | to ensure | gewährleisten | | ||
- | | to outline | skizzieren, umreissen | | ||
- | | to depict | bildlich darstellen | | ||
- | | notation | Schreibweise, | ||
- | | crucial | wichtig, entscheidend | | ||
- | |||
- | |||
- | |||
- | |||
- | |||
---- | ---- | ||
[[https:// | [[https:// | ||