I am designing online banking with spring MVC. The customer will have one unique CustomerID but he/she can have more than one account. Like per CustomerID there can be more than one account in the bank. So I am designing a table with attributes:
CustomerID, AccountNumber where CustomerId will be the primary key.
Please suggest how to design the database.