Home / CSE / SQL Basics :: Discussion

Discussion :: SQL Basics

  1. Count function in SQL returns the number of

  2. A.

     values.

    B.

     distinct values.

    C.

     groups.

    D.

     columns.

    View Answer

    Workspace

    Answer : Option A

    Explanation :

    Count function in SQL returns the number of values.
    Count function counts all the not null values in the specific column. If we want to count only distinct values then the DISTINCT keyword is also to be used.


Be The First To Comment