how do we find every fifth record in a table
Answer Posted / nataraj m
select * from employees where eid = (select max(eid) from
employees where eid in (select top 5 * from employees))
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
Explain the difference between delete,drop and truncate in SQL Server?
How to drop an existing schema in ms sql server?
What are the limitations/drawbacks or ssrs 2008 r2?
What is the difference between set and select?
What is the name of reporting services config file and what’s it’s used for?
How to insert multiple rows with a subquery?
can SSRS reports Cache results?
List the advantages of using stored procedures?
How much memory that we are using in Logshipping Concept?
Describe different Processing Modes offered by SSRS?
What is Replication?
Tell me what is sql profiler?
Does group by sort data?
How do I create an extended event in sql server?
What is store procedure?