What does MIN(price) return in a query?

SQL Fundamentals Easy

SQL Fundamentals — Easy

What does MIN(price) return in a query?

Key points

  • MIN(price) specifically finds the smallest value
  • It does not return the first inserted price or the average of all prices
  • It does not return zero if any price is NULL

Ready to go further?

Related questions