The document outlines a 7-step process for mapping an entity-relationship (ER) schema to a relational database schema. The steps include mapping regular and weak entity types, binary 1:1, 1:N, and M:N relationship types, multivalued attributes, and n-ary relationship types to tables. For each type of schema element, the document describes how to represent it as a table with primary keys and foreign key attributes that preserve the relationships in the original ER schema.