SQL Where Clause

     

     

    Copy Query and Syntax:

    Query: Retrieve records from ITEM PRICE columns of SALES table where PRICE column having value greater than 500
    Syntax: Select Item, Price from Sales where Price > 500