, Odate, Cust#, Total_amount) ORDER-
ITEM(O#, I#, Qty_order…
#
Consider the following relations for an order-processing application database
at 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 ?
Is it in ? Why or why not? (State assumptions, if you make
any.)