how to find the particular row in table?(means suppose one
table contain 10 rows , in these 10 rows how to find the
particular row(example in 10 rows i want 5 row how)?
Answer Posted / ritu saini
SELECT TOP 5 column FROM table
ORDER BY NEWID()
| Is This Answer Correct ? | 14 Yes | 25 No |
Post New Answer View All Answers
Do you know hot add cpu in sql server 2008?
Give the query of getting last two records from the table in SQL SERVER?
What are translations and its use? : sql server analysis services, ssas
Where in ms sql server is ’100’ equal to ‘0’?
Can You Use A Stored Procedure To Provide Data To An Ssrs Report?
Explain left outer join and right outer join?
Where does the copy job runs in the log shipping primary or secondary? : sql server database administration
What is auditing in sql server?
How to create dbo table in sql server?
State a few properties of relational databases?
What programming language would you use to create embedded functions in ssrs?
How can you fetch alternate records from a table?
How to copy the tables, schema and views from one sql server to another?
Is it possible to call a stored procedure within a stored procedure?
Why we need to use secondry database file? though, we can do same work using primary database file also.