SQL Where Clause

     

     

    Copy Query and Syntax:

    Query: Retrieve Records from all the columns of Sales table where Price column Having value Greater Than 500
    Syntax: Select * from Sales where Price > 500