NIELIT A Level
Introduction to Database Management System
Assignment 10
Wholesale DealerConsider the following relation that keeps track of the sales of a wholesale dealer in trousers:
TrousersSold(customerID, customerName, model, size, day, numberSold, price)
Suppose the following functional dependencies hold on the relation:
customerID -> customerName
customerID, model, size, day -> numberSold
model, size -> price
model, price -> size