0% found this document useful (0 votes)
23 views3 pages

13

Uploaded by

Feby Christina
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
23 views3 pages

13

Uploaded by

Feby Christina
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3

insert into Customers(cust_Id,cust_Name,cust_Address,cust_City,cust_State,cust_Zip,cust_Country,cust_Contact,cust_Email)values

('10002','Mouse House','333 Fromage Lane','Colombus','OH','43333','USA','Jerry Mouse','NULL'),

('10003','Wascals','1 Sunny Place','Muncie','IN','42222','USA','Jim Jones','[email protected]'),

('10004','Yosemite Place','829 Riverside Drive','Phoenix','AZ','88888','USA','Y Sam','[email protected]'),

('10005','E Fudd','4545 53rd Street','Chicago','IL','54545','USA','E Fudd','NULL');

insert into Products(prod_Id,vend_Id,prod_Name,prod_Price,prod_Desc)values

('ANV01','1001','5 Ton Anvil','6','5 Ton Anvil,Black,Complete With Handy Hook'),

('ANV02','1001','1 Ton Anvil','10','1 Ton Anvil,Black,Complete With Handy Hook And Carrying Case'),

('ANV03','1001','2 Ton Anvil','15','2 Ton Anvil,Black,Complete With Handy Hook And Carrying Case'),

('DTNTR','1003','Detonator','13','Detonator (Plunger Powered) Fuses Not Included'),

('FB','1003','Bird Seed','10','Large Bag (Suitable For Road Runners)'),

('FC','1003','Carrots','3','Carrots (Rabbit Hunting Season Only)'),

('JP1000','1005','JetPack1000','35','JetPack 1000, Intended For Single Use'),

('JP2000','1005','JetPack2000','55','JetPack 2000, Multi Use'),

('OL1','1002','Oil Can','9','Oil Can, Red'),

('SAFE','1003','Safe','50','Safe With Combination Lock'),

You might also like