Welcome to the Grocery Store Database
Items on sale in spring 2020. Relation spans over the tables Item, Sale, and Go_On_Sale.
Find the average price for an items categorized as Deli
The following is a query statement to return a count of all unique items currently in inventory for sale.
Select all items from the item table that have a source type of Goat from Dairy section
Shows the number of recipe ratings categorized by ratings, could be used in the real world to see popularity of provided recipes.
Shows the number of recipe ratings categorized by ratings, could be used in the real world to see popularity of provided recipes.
Try an Ad-Hoc SQL Query