Advertisements
Advertisements
प्रश्न
Which aggregate function in SQL returns the smallest value from a column in a table?
विकल्प
MIN()
MAX()
SMALL()
LOWER()
MCQ
Advertisements
उत्तर
MIN()
Explanation:
The MIN() Function is a built-in SQL aggregate function used to find and return the minimum (smallest) value from a specific column. It works on both numeric and string data, effectively ignoring any NULL values in that column.
shaalaa.com
क्या इस प्रश्न या उत्तर में कोई त्रुटि है?
