Computer Science, asked by ayushchauhan0506, 8 months ago

Page 5 of 5

39. (a) Write a Query to create a Table with the following structure

Table Product



Field Datatype

PID Char(4)

Pname Varchar(20)

Description Varchar(40)

Price Decimal

(b) Consider the following Vendor table and write the queries

Table Vendor

VendorID VName DateofRegistration Location

V001 Mother Dairy 20-01-2009 Delhi

V002 Havmor 01-04-2015 Gujrat

V003 Amul 12-05-2012 Kolkata

V004 Kwality Walls 15-10-2013 Mumbai

(2+3)

(i) Write a Query to display all records

(ii) Write a Query to add a new row with the following details

(‘V005’, ‘Vadilal’, ‘2010-03-20’, ‘Pune’)

(iii) Write a query to modify the location of V003 from Kolkata to Gujrat​

Answers

Answered by Anonymous
31

Answer:

Hope this helps you friend.

All the best for your board exam....

Attachments:
Answered by akshatp2005
10

Answer is attached, Hope you understand it.

Attachments:
Similar questions