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
या प्रश्नात किंवा उत्तरात काही त्रुटी आहे का?
