SQL Group By Clause

     

    Copy Query and Syntax:

    Query: Identify Unique records in Location Column using Group By Clause
    Syntax: Select Location from Sales group by Location having Count(*) = 1