Question: 7) 5 points. Using an SQL script, add (CREATE) a suppliers table to the database schema, with an autoincrement integer as the primary key (id),
7) 5 points. 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).
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
