, Odate, Cust#, Total_amount) ORDER-
ITEM(O#, I#, Qty_orderβ¦
#
Consider the following relations for an order-processing application database
at \(\mathrm{ABC},\) Inc.
ORDER (O#, Odate, Cust#, Total_amount)
ORDER-ITEM(O#, I#, Qty_ordered, Total_price, Discount\%) Assume that each item
has a different discount. The Total_PRICE refers to one item, OOATE is the
date on which the order was placed, and the Total_AMOUNT is the amount of the
order. If we apply a natural join on the relations ORDER-ITEM and ORDER in
this database, what does the resulting relation schema look like? What will be
its key? Show the FDs in this resulting relation. Is it in \(2 \mathrm{NF}\) ?
Is it in \(3 \mathrm{NF}\) ? Why or why not? (State assumptions, if you make
any.)