मराठी

Shopkeeper needs to change the first name of one of his customers in table 'customer'. Which command should he use for the same?

Advertisements
Advertisements

प्रश्न

Shopkeeper needs to change the first name of one of his customers in table 'customer'. Which command should he use for the same?

कोड लेखन
Advertisements

उत्तर

Use the UPDATE command with a WHERE condition identifying the required customer.

UPDATE customer
SET name = 'NewName'
WHERE custno = 101;
shaalaa.com
  या प्रश्नात किंवा उत्तरात काही त्रुटी आहे का?
पाठ 10: Structure Query Language - EXERCISE [पृष्ठ १९६]

APPEARS IN

सीबीएसई Computer Science with Python [English] Class 12
पाठ 10 Structure Query Language
EXERCISE | Q 6. | पृष्ठ १९६
Share
Notifications

Englishहिंदीमराठी


      Forgot password?
Use app×