SQL Where Clause

     

     

    Copy Query and Syntax:

    Query: Select all the columns from Sales Table where ITEM having APPLE
    Syntax: Select * from Sales where Item = 'Apple'