-- 1. Write a query to select all data from the `Customers` table. SELECT * FROM assignment.Customers; -- 2. Write a query to select the total number of products from the `Products` table. select ...