SQL Where Clause

     

     

    Copy Query and Syntax:

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