Consider a banking application where each account is identified first by an
account number and then by its type (Savings, Chequing, and Loan). This scheme
allows the customer to remember just one number instead of three, and then to
pick a specific account by its type. Other attributes to be considered are the
date the account was opened and the account’s current balance. Draw an ERD for
the entity type Account with the attributes account number, account type, date
opened, current balance. What is the key of the entity type? Is there an
attribute that is likely a derived attribute? Show these attributes
appropriately in the ERD.