Webastor - Programming Tips and Tricks

Programming language => Sql => Topic started by: Calum on October 29, 2014, 08:22:28 PM

Title: What are the specific uses of SQL functions?
Post by: Calum on October 29, 2014, 08:22:28 PM
Hi, I would like to ask you a little question for those who do medicine, what are the specific uses of sql functions? Thank you very much for kindly answering me as soon as possible, thank you in advance.
Title: Re: SQL functions
Post by: Devon on April 22, 2017, 02:16:11 PM
SQL COUNT Function - The SQL COUNT aggregate function is used to count the number of rows in a database table.

SQL MAX Function - The SQL MAX aggregate function allows us to select the highest (maximum) value for a certain column.

SQL MIN Function - The SQL MIN aggregate function allows us to select the lowest (minimum) value for a certain column.

SQL AVG Function - The SQL AVG aggregate function selects the average value for certain table column.

.....