-- 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 ...
A small web app to run SQL queries against a local SQLite DB. Built for the Associate Software Engineer assignment.