IT question plzz solve it
Attachments:
Answers
Answered by
1
Answer:
i. SELECT * FROM Vendor;
ii. INSERT INTO Vendor VALUES ('V005', 'Vadilal' ,'2010-03-20','Pune');
iii. UPDATE Vendor SET location='Gujarat' WHERE VendorID=V003;
Similar questions