Home »
MCQs »
Transact-SQL (T-SQL) MCQs
Which of the following functions is used to generate the random number?
51. Which of the following functions is used to generate the random number?
- RANDOM
- RANDOM_NUMBER
- RAND
- RANDN
Answer: C) RAND
Explanation:
RAND function is used to generate the random number.