Вы находитесь на странице: 1из 1

1.

Database Design
For order processing application we need four entities
a) Order Items
b) Products
c) Orders
d) Customers
Creating database tables
1. xxea_orders
2.xxea_order_items
3. xxea_products

2. APEX Application should collect and process the following data


Orders, which will include data identifying the overall orders.
Order detail lines, which will indicate the quantity and pricing of a
particular product within an order.
Products, which will carry descriptive information about the products
offered by your company.
Customers, those people who will be ordering products.
3.

Вам также может понравиться