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

ASP.NET With 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

ASP.NET With SQL Server Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

search

ASP.NET With SQL Server Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it