Single Choice Not Set

QWhich of these is the correct command to change "Jon" into "John" in the Name attribute of the Employee relation?

ID: #2814 Structured Query Language 1,171 views
Question Info
#2814Q ID
Not SetDifficulty
Structured Query LanguageTopic

Choose the Best Option

Click any option to instantly check if you're correct.

  • A UPDATE Employee SET Name=
  • B ALTER Employee SET Name=
  • C UPDATE Employee SET Name=
  • D ALTER Employee SET Name=
Correct Answer

Explanation

UPDATE Employee SET Name=‘John’ WHERE Name=‘Jon’;

Share This Question

Challenge a friend or share with your study group.