Select from following answers:- NewId()
- Rand()

- Both
- None of these.
- All Above
Rand() function is used to generate a Random values in Sql Server.
For Example:-
Select Rand() as Random_value;
Show Correct Answer
Asked In: Many Interviews |
Alert Moderator