Results 1 to 2 of 2

Thread: What is the different aggregate function in the SQL?

  1. #1
    MyersGray is offline Senior Member
    Join Date
    Dec 2009
    Posts
    197
    Rep Power
    3

    Default What is the different aggregate function in the SQL?

    I want to know what the different aggregate function in the SQL is. Actually I recently joined SQL class. So I just want to conscious about aggregate function.

  2. #2
    SullivanWalker is offline Senior Member
    Join Date
    Dec 2009
    Posts
    189
    Rep Power
    3

    Default

    Following are some aggregate function of SQL:

    1)Max : Used to find out the maximum among the column values

    2)Avg : Used to calculate the average value o the column

    3)Count : Used to count the total column value

    4)Sum : Used to find out the sum of the column values

    5)Min : Used to find out the minimum among the column values

Similar Threads

  1. Can’t function hot key
    By Garcíarobine in forum Networking Jargons
    Replies: 2
    Last Post: 06-12-2010, 11:02 AM
  2. Aggregate and scalar function in SQL.
    By WilsonMartin in forum Networking Jargons
    Replies: 1
    Last Post: 04-26-2010, 01:38 PM
  3. Max function in C++
    By RodríguezBrown in forum Programming
    Replies: 2
    Last Post: 03-08-2010, 06:15 AM
  4. Using aggregate functions and formulas
    By Jahmar Anglian in forum Programming
    Replies: 0
    Last Post: 07-06-2009, 06:45 AM
  5. Don't browse, aggregate
    By carlos64 in forum Everything Else
    Replies: 0
    Last Post: 06-26-2008, 05:24 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
SEO by SubmitEdge

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48