Query to Select n Rendom Records From a Table in the Database?

 Posted by Lakhangarg on 9/20/2009 | Category: Sql Server Interview questions | Views: 4995
Answer:

SELECT TOP 3 * FROM Tbl_REGISTRATION ORDER By NEWID()


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response