1.

Which SQL keyword is used to retrieve a maximum value?(a) MOST(b) TOP(c) MAX(d) UPPERThis question was posed to me in homework.This intriguing question comes from Basic SQL topic in division Laying the Foundation of SQL Server

Answer»

Right choice is (c) MAX

The EXPLANATION is: The MAX() function returns the LARGEST value of the selected COLUMN.



Discussion

No Comment Found

Related InterviewSolutions