SQL Where Clause

     

     

    Copy Query and Syntax:

    Query: Select all the columns of South from Sales Table where Location having SOUTH
    Syntax: Select * from Sales where Location = 'South'