As an intern, it's your job to design a database for our new "Galactic Pizza Delivery Service" project.
Design a database schema for our pizza delivery system, including tables for orders, customers, and toppings.
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.