Select from following answers:- GO 5 SELECT RAND() Random_Number
- SELECT RAND() Random_Number GO 5

- SELECT RAND() Random_Number GO (5)
- SELECT RAND() Random_Number GO <=5
- All Above
SELECT RAND() Random_Number
GO 5
This executes the previous batch statement 5 times, so 5 result sets are returned.
Show Correct Answer
Asked In: Many Interviews |
Alert Moderator