You are on page 1of 2

Analysis and Design of Accounting Information System (ADAIS)

(ACC 4272)
Exercise: Relational Model

a) Tables needed to produce the Sales Invoice form are :


-Sales Invoice table
- Customer Table
-Inventory Table
-Line Item

b) Sales Invoice
Attributes:
-Invoice Number (primary Key)
-Order Number
-Customer Number (Foreign key)

Customer Table
Attributes:
-Customer number (Primary Key)
-Customer Name

Inventory Table
Attributes:
-Product Number (Primary Key)
-Description

Line Item
Attributes:
-Invoice Number (Composite Key)
-Product Number (Composite Key)
c)
relational database model

One customer can have minimum no order or many order.

Sales invoices belongs to specific customer only

You might also like