Datenmodelle, Datenbanksprachen und Datenbankmanagementsysteme Gottfried Vossen 5. Auflage 2008 Kapitel 4: Das relationale Datenmodell Inhalt 4.1 Relationen 4.2 Datenabhängigkeiten. Relationenschemata 4.3 Transformation eines ER-Diagramms in das Relationenmodell 4.4 Datenbank-Definition mit SQL 4.5 Fallstudie Medienhandel Datenmodelle, 5. Auflage, Kapitel 1 © 2008 Gottfried Vossen 2 4.1 Beispiel einer relationalen Datenbank Buch Ausleihe Leser InvNr Autor Titel Verlag Jahr 001-2205 Date Introduction to Databases AW 2004 027-2408 Jones Algorithms PH 2003 176-2709 Peters Java Programming MKP 2006 182-2709 Peters Java Programming MKP 2006 188-2887 Jameson Web Design JO 2006 InvNr LeserNr Datum 027-2408 428456 30-09-2006 176-2709 389476 20-08-2006 LeserNr Name Telefon 389476 Johnson 02-6674563 428456 Andrews 07-8446524 446829 Scania 05-3362345 © 2008 Gottfried Vossen 4.2 Zwei Buchbestands-Relationen InvNr ErstAutor r1: r2 : Titel Verlag 1 Date Intro DBS I AW 2 Date Intro DBS II AW 3 Ullman Princ DBS CSP 4 Kroenke DB Proc. SRA 1 Date Intro DBS I AW 2 Date Intro DBS II AW 1 Ullman Intro DBS I CSP 2 Kroenke DB Proc. SRA © 2008 Gottfried Vossen