SQL TUTORIALS-
SQL MIN() and MAX() Functions Clause
Introduction-
-✅ SQL MIN() and MAX() functions are aggregate functions used to find the minimum and maximum values in a column...also MIN() function returns the smallest value of the selected column.and MAX() function returns the largest value of the selected column...
ID | Name | Department | Salary |
---|---|---|---|
1 | ANNI | IT | 10000 |
2 | POOJA | IT | 9000 |
3 | RAJ | SALES | 5000 |