SQL Where Clause

     

     

    Copy Query and Syntax:

    Query: Select all the columns from Sales Table where Location having WEST
    Syntax: Select * from Sales where Location = 'West'