Computer Science, asked by pranjalpandey8364, 11 months ago

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

Answers

Answered by Agashi22
19

Answer:

UPDATE Table name SET location= Gujrat where column name= V003

Answered by chhatwalmrigank
5

Explanation:

update table name set location = gujrat

where column number = V003

Similar questions