To find maximum or minimum in a column

How can i find the maximum/minimum values in a column of a table?

Hi! Vishakha,

You can use the Group By step and use the MIN aggregate function.