-- truncate tables using DELETE without WHERE (SQLite TRUNCATE optimizer)
DELETE FROM Products;
DELETE FROM Manufacturers;