Example & Tutorial understanding programming in easy ways.

How we get the maximum value of the column of the table?

We use MAX() function to do this:


Syntax:

SELECT MAX(column) FROM table_name;

Read More →