This document provides an overview of data modeling and transforming entity relationship diagrams into relational database tables. It defines key concepts like the data dictionary, relational schema diagram, entities, attributes, relationships and how these map to tables, rows, columns, primary keys and foreign keys. Constraints like entity integrity and referential integrity are also discussed. Examples are provided throughout to illustrate mapping different entity types like regular, weak, unary and binary relationships into normalized database tables.