Sql Questions

  • November 2019
  • PDF

This document was uploaded by user and they confirmed that they have the permission to share it. If you are author or own the copyright of this book, please report to us by using this DMCA report form. Report DMCA


Overview

Download & View Sql Questions as PDF for free.

More details

  • Words: 50
  • Pages: 1
COUNT_BIG(*) returns the number of items in a group. This includes NULL values and duplicates. COUNT_BIG(ALL expression) evaluates expression for each row in a group and returns the number of nonnull values. COUNT_BIG(DISTINCT expression) evaluates expression for each row in a group and returns the number of unique, nonnull values.

Related Documents

Sql Questions
November 2019 5
Sql Questions
October 2019 8
Sql Questions
October 2019 8
Sql Questions
November 2019 9
Sql Questions
October 2019 8
Sql Questions
November 2019 7