Multiple choice technology databases

Which SQL keyword is used to retrieve a minimum value?

  1. MIN

  2. LOW

  3. DOWN

  4. LOWER

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

MIN() is a SQL aggregate function that returns the minimum value from a set of values. It can be used with numeric, date, or string data types and is commonly paired with MAX() for range analysis.