Entity Relationship Diagrams
An Entity Relationship Diagram (ERD) is a visual blueprint of a database.
ERDs are drawn *before* coding the database so designers can agree on the structure without writing a single line of SQL.
A simple ERD ā Students and Grades
The "1" and "M" show cardinality: one student can have many grades