Question: Please write a SQL DDL command that creates a table with a primary key according to the following description. (1 points) The table name is
Please write a SQL DDL command that creates a table with a primary key according to the following description. (1 points)
The table name is “supplier” and it has following attributes:
s_num : string and its size is 3,
s_name : string and its size is 15,
status : it is a number,
city : string and its size is 10,
s_num is the unique identifier.
Step by Step Solution
There are 3 Steps involved in it
CREATE TABLE suppl... View full answer
Get step-by-step solutions from verified subject matter experts
