Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
How to change surname of a student “Brown” into “Smith” whose name is “Sam”
Update surname = ‘Smith where name = ‘Sam’;
Update student set surname = ‘Smith’ where name = ‘Sam’
Update student set surname = ‘Smith where name = ‘Sam’;
Update student set surname = ‘Brown’ where name = ‘Smith’;
Update student set surname = Smith where name = ‘Sam’;
Update surname set name = ‘Sam’ where surname = ‘Smith’;
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!