The chapter discusses the methodology for conceptual database design. It describes the three phases of database design: conceptual, logical, and physical design. For conceptual design, it involves building a local conceptual data model for each user view by identifying entities, relationships, attributes, domains, and keys. The model is then validated against user transactions and reviewed with the user. Logical design maps the conceptual model to a data model like relational and validates it. Physical design implements the database on storage. The methodology provides steps to guide this process.