CREATE TABLE vendor ( vendor_id int NOT NULL, vendor_name char(50) NOT NULL, con
ID: 3888775 • Letter: C
Question
CREATE TABLE vendor
( vendor_id int NOT NULL,
vendor_name char(50) NOT NULL,
contact_name char(50),
CONSTRAINT vendors_pk PRIMARY KEY (vendor_id) );
I cant find the foreign key for this table?
I cant find the foreign key for this table?
create table Inventory(I_Flower_Name varchar(20) ,I_FlowerNumber number , I_Location varchar(20), I_Condition varchar(20), I_Search varchar(40),I_Delete varchar(20), I_Add number,I_Quantity number,PRIMARY KEY
(I_Flower_Name,I_FlowerNumber));
I am having trouble adding the foreign key into all three tables?
Explanation / Answer
vendor_id int,
Related Questions
Hire Me For All Your Tutoring Needs
Integrity-first tutoring: clear explanations, guidance, and feedback.
Drop an Email at
drjack9650@gmail.com
drjack9650@gmail.com
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.