AltQuery
Initializing SQL database...
Back to Questions

Calculate Minimum #34

easy

Calculate the minimum using MIN(value). MIN() and MAX() find the smallest and largest values respectively. They work with both numeric and text data.

Practice with:

Database Schema

products

Product information

idnamevalue

Expected Output

Click "Show" to see what the correct output should look like.Tip: Try solving it yourself first for better learning!

SQL Editor

Loading...

Start typing for autocomplete

AI Help

Ask for help!