Current Objective

Database Schema
products
product_id name category_id price stock_quantity
orders
order_id customer_id order_date total_amount
customers
customer_id first_name last_name email city
categories
category_id category_name
query_editor.sql