Functions Problems
Table - Consumer
Write a SQL statement to find the total purchase amount of all orders.
Write a SQL statement to find the average purchase amount of all orders.
Write a SQL statement know how many consumer have listed their names.
Write a SQL statement find the number of consumers who gets at least a gradation for his/her performance.
Write a SQL statement to get the minimum purchase amount of all the orders.
Write a SQL statement to get the maximum purchase amount of all the orders.
Last updated