Computer Science, asked by KnightSoul, 10 hours ago

How do you SELECT the highest amount in SQL?

Answers

Answered by BrainlyLifeRacer
0

\huge\fcolorbox{blue}{pink}{☃αղsաҽɾ☃}

To find the max value of a column, use the MAX() aggregate function; it takes as its argument the name of the column for which you want to find the maximum value. If you have not specified any other columns in the SELECT clause, the maximum will be calculated for all records in the table.

Answered by BrainlyLifeRacer
0

\huge\fcolorbox{blue}{pink}{☃αղsաҽɾ☃}

To find the max value of a column, use the MAX() aggregate function; it takes as its argument the name of the column for which you want to find the maximum value. If you have not specified any other columns in the SELECT clause, the maximum will be calculated for all records in the table.

Similar questions