I have the following schema and I am just stuck on one particular part.
CREATE TABLE Suppliers (ID INT, Name VARCHAR(128), Postcode VARCHAR(10)); CREATE TABL