Select from following answers:- Pickup the WayPointsId randomly between 1 to 5
- Pickup the WayPointsId randomly between 0 to 5

- Pickup the WayPointsId sequentially between 1 to 5
- Pickup the WayPointsId sequentially between 0 to 5
- All Above
CAST(RAND()*5 AS INT)
generates random values from 0 to 5.Thus the query Pickup the WayPointsId randomly between 0 to 5
Show Correct Answer
Asked In: Many Interviews |
Alert Moderator