SQL Where Clause

     

     

    Copy Query and Syntax:

    Query: Retrieve the Records from all the columns of Sales table where Price column Having equivalent value to 110
    Syntax: Select * from Sales where Price = 110