I am getting a little bugged , I got stuck on a similar problem twice.We have two tables lets say m_auc and d_auc
m_auc has (at least) the following columns
auction id, auction bidder id , auction price , bid_id.
auction_id,auction bidder_id and bid id form a composite key.
Another table has...