﻿<?xml version="1.0" encoding="utf-8"?><rss version="2.0"><channel><link>http://www.coderecipes.net/sql-aggregate-functions.aspx</link><title>SQL Aggregate Functions</title><description>&lt;p&gt;Aggregate SQL functions allow you to summarize the results of an expression for the group of rows (selected from a table, view, or table-valuated function) and returns a single value for that group.&lt;/p&gt;</description><pubDate>Tue, 15 Jan 2008 09:03:00 GMT</pubDate><language>en-US</language><item><link>http://www.coderecipes.net/sql-avg-function.aspx</link><title>SQL AVG Function</title><pubDate>Thu, 13 Dec 2007 12:48:00 GMT</pubDate><description>The SQL AVG function calculates the arithmetic average of the series of numbers of its argument.</description></item><item><link>http://www.coderecipes.net/sql-count-function.aspx</link><title>SQL COUNT Function</title><pubDate>Thu, 27 Dec 2007 11:13:00 GMT</pubDate><description>The SQL COUNT function is used to count a number of records of each database table.</description></item><item><link>http://www.coderecipes.net/sql-max-min-function.aspx</link><title>SQL MAX and MIN Functions</title><pubDate>Thu, 27 Dec 2007 11:04:00 GMT</pubDate><description>The SQL MAX and MIN functions allow you to display maximum and minimum values in a set.</description></item><item><link>http://www.coderecipes.net/sql-sum-function.aspx</link><title>SQL SUM Function</title><pubDate>Thu, 27 Dec 2007 11:07:00 GMT</pubDate><description>SQL SUM Function uses to sum the values.</description></item></channel></rss>