MCQs > IT & Programming > Microsoft SQL Server > How can you change 'Hansen' into 'Nilsen' in the LastName column in the Persons Table?

Microsoft SQL Server MCQs

How can you change "Hansen" into "Nilsen" in the LastName column in the Persons
Table?


Answer

Correct Answer: UPDATE Persons SET LastName = 'Nilsen' WHERE LastName = 'Hansen'

Explanation:

Note: This Question is unanswered, help us to find answer for this one

Microsoft SQL Server Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

search

Microsoft SQL Server Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it