You are on page 1of 2

Lab 4

Task 01: Write a query to calculate average price from the products column and name column as
Price Average

Task 02: Write a query to determine maximum price from products table.

Task 03: Calculate length of the addresses from Customer table.


Task 04: Determine the sum of prices from product table group by supplier ids.
.

Task 05: Display the supplier ids from product table where average price is greater than 25.

You might also like