Q:

How to select random record form a tblstudent.

0

How to select random record form a tblstudent.

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

Select top 1* from tblStudent order by NEWID()

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

Top 100 SQL server queries Interview questions

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now
Write a query to create a clone of existing table ... >>
<< Write a query to find out the studentname who has ...