Transcription of Database Modeling and Design
{{id}} {{{paragraph}}}
1 Database Modeling and Design3rd EditionToby J. TeoreyUniversity of MichiganLecture NotesContentsI. Database Systems and the Life Cycle (Chapter 1)..2 Introductory concepts; objectives of Database management 2 Relational Database life cycle 3 Characteristics of a good Database Design process 7II. Requirements Analysis (Chapter 3)..8 III. Entity-Relationship (ER) Modeling (Chapters 2-4)..11 Basic ER Modeling concepts 11 Schema integration methods 22 Entity-relationship 26 Transformations from ER diagrams to SQL Tables 29IV. Normalization and normal forms (Chapter 5)..35 First normal form (1NF) to third normal form (3NF) and BCNF 353NF synthesis algorithm (Bernstein) 42 Fourth normal form (4NF) 47V. Access Methods (Chapter 6)..50 Sequential access methods 50 Random access methods 52 Secondary Indexes 58 Denormalization 62 Join strategies 64VI.
2. Logical database design 2.1 ER modeling (conceptual design) 2.2 View integration of multiple ER models 2.3 Transformation of the ER model to SQL tables 2.4 Normalization of SQL tables (up to 3NF or BCNF) *result: global database schema, transformed to table definitions 3. Physical database design * index selection (access methods ...
Domain:
Source:
Link to this page:
Please notify us if you found a problem with this document:
{{id}} {{{paragraph}}}