This document provides mappings from Chen's entity-relationship (ER) diagram notations to database tables. It discusses how various ER relationships such as one-to-one, one-to-many, many-to-many, weak entity, and inheritance mappings are represented in tables. Examples are given for each type of relationship such as a one-to-many relationship between a Seller and Purchase or a many-to-many relationship between a Student and the Classes they register for. Notes are included to explain considerations for representing relationships properly in tables.