MCQs > IT & Programming > Microsoft SQL Server > Analyze the following code snippet: DECLARE @myDate DATETIME2 SELECT @myDate = '2009/10/08 12:35:29.2348 +12:15' SELECT @myDate AS '@myDate' What is the output of the above code?

Microsoft SQL Server MCQs

Analyze the following code snippet:

DECLARE @myDate DATETIME2

SELECT @myDate = '2009/10/08 12:35:29.2348 +12:15'

SELECT @myDate AS '@myDate'

What is the output of the above code?

Answer

Correct Answer: 2009-10-08 12:35:29.2348000

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