As commitment to our database literacy campaign, we're offering our Database Foundations course—for FREE!
Entities represent distinct objects or concepts in the real world that we need to track information about.
Common entity types:
Relationships represent associations between entities.
Relationship types:
Example: A CUSTOMER can place many ORDERS (1:M relationship) An ORDER can contain many PRODUCTS, and a PRODUCT can appear in many ORDERS (M:N relationship)