Query: Count the items from the sales table

  • Syntax: Select count(Item) as ItemsCount from Sales
  • Download The Workbook