Using an SQL script, add (CREATE) a suppliers table to the database schema, with an autoincrement integer as the primary key (id), and fields for name and country (both text). The primary key (id) will correspond to the supplier field in the sales table (e.g. supplier in sales is a foreign key).*/