Describe two database tables that you might design that would contain a one-to-many relationship.

What will be an ideal response?


A bank customer’s personal information is entered into a Customers table one time. The same customer could set up multiple accounts that would be recorded in the Accounts table (i.e., checking, savings, and credit card). The CustomerID would display one time in the Customers table and three times in the Accounts table. Therefore, the relationship between Customers and Accounts would be described as one-to-many.

Computer Science & Information Technology

You might also like to view...

The first time you save a new document, the ________ dialog box opens

A) Close B) Save C) Save As D) New

Computer Science & Information Technology

Cloud ________ services allow individuals to view, edit, and share documents, even seeing each other's changes in real time.

A. collaboration B. location-based C. streaming D. crowdsourcing

Computer Science & Information Technology

Which of the following is true of an inline graphic?

A. A text wrapping style is applied to it. B. It can be moved like text. C. It does not have sizing handles. D. It can be moved anywhere on a page.

Computer Science & Information Technology

Setting the property to None removes the standard window frame containing the title and buttons to minimize, maximize and close the application.

a) Frame b) Title c) WindowStyle d) WindowFrame

Computer Science & Information Technology