Description:

  • Relationship of one entity instances to exactly one entity instances
    • Example: 1 order can have only 1 customer
    • 
      erDiagram
      
    CUSTOMER ||—o{ ORDER : places CUSTOMER { string name string custNumber string sector } ORDER { int orderNumber string deliveryAddress }