Question: Analyze the following code snippet:DECLARE @myTime TIME(4) = '02:02:02.234567 +01:01'
SELECT @myTime AS '@myTime'
What is the output of the above code?
A
B
C
D
02:02:02.2345
B
02:02:02
C
02:02:02.2346
D
An error is displayed
Note: Not available