Select from following answers:- NewId function is used to get unique value of type uniqueidentifier.
- NewId is a nondeterministic means It returns different values every time it is called.
- Both a and b
- None of these.
- All Above
Above all statements are correct about NewId() function.
Syntax:-
NEWID();
For Example:-
SELECT NEWID();
BAF64B1B-9646-4AAD-8AC0-799CF6D95EDD
Show Correct Answer
Asked In: Many Interviews |
Alert Moderator