We will use MySQL Workbench to produce an ER diagram.

Exercise 4.1.1 from Ullman and Widom:

Design a database for a bank, including information about customers and their accounts. Information about a customer includes their name, address, phone, and SSN. Accounts have numbers, types (e.g. saving, checking) and balances. Also record the customer(s) who own an account. Draw the E/R diagram for this database.


Last modified: Monday, September 12, 2016, 10:10 AM