GITTA-Logo
PDF Version of this document Search Help Glossary

Lesson Navigation IconRelationales Datenmodell

Unit Navigation IconKonzepte

Unit Navigation IconAbbildung ER-Schema

Unit Navigation IconDatenintegrität

Unit Navigation IconNormalisierung

LO Navigation IconAbhängigkeiten

LO Navigation Icon1. Normalform

LO Navigation Icon2. Normalform

LO Navigation Icon3. Normalform

LO Navigation IconÜbung Normalisierung

LO Navigation IconUnit-Zusammenfassung

Unit Navigation IconSommaire

Unit Navigation IconLittérature recommandée

Unit Navigation IconGlossaire

Unit Navigation IconBibliographie

Unit Navigation IconMéta-données


GITTA/CartouCHe news:


Go to previous page Go to next page

1. Normalform

1. Normalform:
Ein Relationenschema befindet sich in 1. Normalform, wenn alle seine Attribute einfach und einwertig sind.

Zur Verwaltung der Studenten sei folgende Relation gegeben:

Student(Vorname, Nachname, Informatikkentnisse)

Im Attribut Informatikkentnisse können mehrere Werte stehen.

Die Attribute Vorname und Nachname sind einfach und einwertig.

Beispiel 1. NormalformBeispiel 1. Normalform

Um die 1. Normalform zu erreichen, muss für jeden Wert eines mehrwertigen Attributes ein separates Tupel erzeug werden.

Top Go to previous page Go to next page