Find a minimum value for a certain column.
Example-1
SELECT MIN(price) FROM products
Example-2
Employee Table
Name Salary
Raj 200000
Ravi 10000
Ram 30000
Suresh 400000
Solution
Copyright ©2022 coderraj.com. All Rights Reserved.