Course Resources

Search

Search IconIcon to open search

Last updated Nov 17, 2024

# Advanced Querying - Aggregate Functions

# Practice Questions

Use the magic store database for the following queries.

  1. Write a query to find the total number of orders placed in 2021.

Expected result:

  1. Write a query to calculate the minimum, average and maximum price of all products supplied by “Elixir Essentials”.

Expected result:

# Lessons