1. Silberschatz
A.
Korth
H. F.
& Sudarshan
S. (2020). Database System Concepts (7th ed.). McGraw-Hill.
Chapter 7
Section 7.1
"Overview of the Design Process
" p. 269: "The E-R data model is most relevant to the database-design process. It provides useful concepts that allow a database designer to move from an informal description... to a more detailed
and precise
description that can be implemented... The E-R modeling technique is a graphical one
and E-R diagrams are used to represent the logical structure of a database." This establishes the ERD as the primary tool for representing and analyzing the logical structure.
2. Elmasri
R.
& Navathe
S. B. (2017). Fundamentals of Database Systems (7th ed.). Pearson.
Chapter 7
Section 7.1
"Using High-Level Conceptual Data Models for Database Design
" p. 204: "The ER model is a popular high-level conceptual data model. This model and its variations are frequently used for the conceptual design of database applications
and many database design tools employ its concepts." This confirms the ERD's role as the standard for conceptual design and analysis.
3. Ullman
J. D.
& Widom
J. (2008). A First Course in Database Systems (3rd ed.). Pearson Prentice Hall.
Chapter 4
"The Entity-Relationship Model
" p. 113: "The E/R model is a design tool that is independent of the particular DBMS in which the database will be implemented... The E/R model allows us to draw pictures of the 'real world' that the database will model." This highlights its function as a design and analysis tool for database structure.