Question: Using the information provided above, please develop SQL statements that answer the following questions/provide the proper information. Use a word processor to make yourSQL statements.


Using the information provided above, please develop SQL statements that answer the following questions/provide the proper information. Use a word processor to make yourSQL statements.
1.) Two different SELECT statements that incorporate the use of different aggregate functions and GROUP BY and HAVING.
2.) Two different SELECT statements that join two tables together.
3.) Two different SELECT statements that join three tables together.
4.) Two different SELECT statements that join four tables togther.
\begin{tabular}{|l|l|} \hline CustomerIDNumber & Customer Name \\ \hline \end{tabular} \begin{tabular}{|l|l|} \hline RewardsNumber & RewardsTier \\ \hline \end{tabular} \begin{tabular}{|l|l|l|l|} \hlineMenuItem & FoodType & Food Size & FoodMakeTime \\ \hline \end{tabular} \begin{tabular}{|l|l|l|} \hline RestaurantAddress & RestaurantName & ClientName \\ \hline \end{tabular} \begin{tabular}{|l|l|l|} \hline Farmer Address & Farmer Name & Product Name \\ \hline \end{tabular}
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
