Relational Database (RDBMS) Concepts
1 Topics
Relational Model Fundamentals
15 Sub-topics
Introduction to Relational Model
Understanding Tables (Relations)
Rows (Tuples) and Records
Columns (Attributes) and Fields
Domain and Data Types Concept
Keys in Relational Databases - Overview
Primary Key Concept and Purpose
Foreign Key Concept and Relationships
Candidate Keys and Alternate Keys
Relational Constraints Overview
Entity Integrity Constraint
Referential Integrity Constraint
Relationships and Cardinality
1 Topics
Database Relationships
10 Sub-topics
Understanding Database Relationships
Many-to-Many Relationship
Cardinality in Relationships
Participation - Total and Partial
Weak Entities and Strong Entities
Entity-Relationship (ER) Modeling
1 Topics
ER Modeling and Design
11 Sub-topics
Attributes - Simple, Composite, Derived, Multi-valued
Relationship Representation
ER Diagram Symbols and Notation
Creating ER Diagrams - Step by Step
Translating Requirements to ER Model
Advanced ER Concepts - Generalization
Specialization and Aggregation
Relational Schema Design
1 Topics
ER to Relational Mapping
11 Sub-topics
Converting ER Diagrams to Tables
Mapping Entities to Tables
Mapping Attributes to Columns
Mapping Relationships to Tables
Handling One-to-One Relationships
Handling One-to-Many Relationships
Handling Many-to-Many Relationships
Mapping Multi-valued Attributes
Mapping Composite Attributes
Mapping Derived Attributes