I have to draw a database model to store data for Customer and Customer's address. Database model needs to satisfy following requirements:
- Table can contain example columns
- Database model should support selection of the preferred address
- Database model should support marking address as unused
Does someone have an idea how to draw it?