how do we find every fifth record in a table
Answer Posted / satya gupt
select salary from emp e where 4=(select count(salary) from
emp where salary>e.salary
| Is This Answer Correct ? | 1 Yes | 4 No |
Post New Answer View All Answers
Explain Geography datatype in SQL Server
Explain differences between web edition and business edition?
When would you use the stored procedures or functions?
What is a table called, if it has neither cluster nor non-cluster index? What is it used for?
How sql server enhances scalability of the database system?
What is the correct order of the logical query processing phases?
Find first and last day of current month in sql server
What is the purpose of sql profiler in sql server?
What do you know about normalization and de- normalization?
List out different types of normalizations in sql server and explain each of them?
What is your recommendation for a query running very slow? : sql server database administration
What are the basic functions for master, msdb, model, tempdb and resource databases? : SQL Server Architecture
What is a non equi join?
Where can you add custom error messages to sql server?
if you encounter this kind of an error message, what you need to look into to solve this problem? : Sql server database administration