Steps
Create a new board for your ER diagram
Add rectangles to represent each entity or table
Include column names inside rectangles
Use connectors to show relationships between entities
Label connectors with relationship types (one-to-one, one-to-many, many-to-many)
Add diamond shapes to represent relationship attributes if needed
Use different colors for primary keys, foreign keys, and attributes
Organize entities by functional area
Add cardinality notation to connections
Verify all required relationships are included
Notes
ER diagrams are essential for database design and documentation
Use consistent naming conventions for entities and relationships
Include primary key indicators for clarity

