Question
I am trying to solve: States where the number of suppliers exceeds the number of consumers? Comparative list of supplier states and cities versus consumer
I am trying to solve:
States where the number of suppliers exceeds the number of consumers?
Comparative list of supplier states and cities versus consumer states and states and cities with respective number of suppliers and consumers in each city?
The following is the database configuration:
Supplier(Supp_ID, Name, City, State)
Consumer(Con_ID, Name, City, State)
Product(Prod_ID, Name, Product_Category, Product_Line, Product_Packaging)
Offers(Supp_ID, Prod_ID, Quantity, Price)
Requests(Con_ID, Prod_ID, Quantity, Price)
Transactions(Tran_ID, Supp_ID, Con_ID, Prod_ID, Quantity, Price)
Any help would be great. Thanks!
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started