Which answer is a possible result of the sequence of commands below?
DECLARE @UniqueID uniqueidentifier = NEWID();
SELECT @UniqueID AS Result;
Which answer is a possible result of the sequence of commands below?
DECLARE @UniqueID uniqueidentifier = NEWID();
SELECT @UniqueID AS Result;