logo

CuriousTab

CuriousTab

Discussion


Home Interview Technology Comments

  • Question
  • What is Aggregate Functions?


  • Correct Answer
  • Aggregate functions perform a calculation on a set of values and return a single value Aggregate functions ignore NULL values except COUNT function HAVING clause is used, along with GROUP BY, for filtering query using aggregate values Following functions are aggregate functions AVG, MIN CHECKSUM_AGG, SUM, COUNT, STDEV, COUNT_BIG, STDEVP, GROUPING, VAR, MAX VARP 


  • Technology problems


    Search Results


    • 1. What is LINQ?
    • Discuss
    • 2. Where SQL server user names and passwords are stored in SQL server?
    • Discuss
    • 3. What is Log Shipping?
    • Discuss
    • 4. Can SQL Servers linked to other servers like Oracle?
    • Discuss
    • 5. What is difference between DELETE and TRUNCATE commands?
    • Discuss
    • 6. How to rebuild Master Database?
    • Discuss
    • 7. What UNION does in SQL?
    • Discuss
    • 8. The multi part identifier could not be bound is
    • Discuss
    • 9. What operator tests column for the absence of data?

    • Options
    • A. NOT operator
    • B. IS NULL operator
    • C. EXISTS operator
    • D. All of the above
    • Discuss
    • 10. Which one of the following sorts rows in SQL?

    • Options
    • A. ORDER BY
    • B. GROUP BY
    • C. SORT BY
    • D. ALIGN BY
    • Discuss


    Comments

    There are no comments.

Enter a new Comment