• + 0 comments

    min/max because we do not want the NULL elements.

    When you use MIN/MAX in select statement, it will return a single row from the table with the LOWEST/HIGHEST value element from EACH column.

    With GROUP BY clause, it will return the LOWEST/HIGHEST value element from each column and EACH group. Refer to the image attached on my main thread and connect this comment. You will get it.