What does MIN(price) return?

SQL Data Analyst Easy

SQL Data Analyst — Easy

What does MIN(price) return?

Key points

  • MIN(price) specifically looks for the smallest value
  • It ignores NULL values in the column
  • This function is useful for finding the minimum value in a dataset

Ready to go further?

Related questions