Computer Science, asked by saliksahu5star, 7 months ago

Returns the expression with the lowest
numeric value
निम्न संख्यात्मक मान के साथ एक्सप्रेशन वापस
करता है
Select one:
a. Low
Low
b. Small
Small
C. None
कोई नहीं
d. Min
Min​

Answers

Answered by shreyans89
2

Explanation:

fiyfgddjsddhhdtutdhdfdht

4

Answered by Jasleen0599
0

Option (d): Min

Returns the expression with the lowest numeric value:

  • Min() delivers the lowest numeric value of the aggregated data in the expression, as determined by a group by clause. The nth lowest value can be discovered by providing a rank of n.

Syntax:  

Min ( expr [, rank])

  • The expression or field containing the data to be measured.
  • Rank's default value is 1, which is the lowest possible value. The second-lowest value is returned when rank is set to 2. The third lowest value is returned if rank is 3, and so on.

#SPJ2

Similar questions