SQL Distinct Clause

     

     

    Copy Query and Syntax:

    Query: Remove duplicates from Location column of Sales Table where Location is South
    Syntax: Select Distinct Location from Sales where Location = 'South'