SQL MIN() and MAX() Functions - LearnHowToCode SarkariResult.com Interview Questions and Answers LearnHowToCodeOnline
SQL MIN() and MAX() Functions

SQL MIN() and MAX() Functions

The SQL MIN() and MAX() Functions

The MIN() function returns the smallest value of the selected column.
The MAX() function returns the largest value of the selected column.

MIN() Syntax


SELECT MIN(column_name)
FROM table_name
WHERE condition;

MAX() Syntax


SELECT MAX(column_name)
FROM table_name
WHERE condition;

About Mariano

I'm Ethan Mariano a software engineer by profession and reader/writter by passion.I have good understanding and knowledge of AngularJS, Database, javascript, web development, digital marketing and exploring other technologies related to Software development.

0 comments:

Featured post

Political Full Forms List

Acronym Full Form MLA Member of Legislative Assembly RSS Really Simple Syndication, Rashtriya Swayamsevak Sangh UNESCO United Nations E...

Powered by Blogger.