SQL Group By Clause

     

    Copy Query and Syntax:

    Query: Provide the Sum Of Price Based on Item from Sales Table using Group By Clause
    Syntax: Select Item, Sum(Price) as GroupBySum from Sales Group By Item