New Task: Database Design

As an intern, it's your job to design a database for our new "Galactic Pizza Delivery Service" project.

Database Schemas:

Design a database schema for our pizza delivery system, including tables for orders, customers, and toppings.

Submit your proposal here

SQL Queries:

Write 5 SQL queries to test our database, including one to retrieve all orders for the day, one to get all customers from a specific location, and one to find all pizzas with more than 5 toppings.

Show me some code