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
Do you know what are the differences between lost updates and uncommitted dependencies?
How you can change the database name in SQL SERVER?
What are the pre-defined functions in the sql server?
Why the trigger fires multiple times in single login?
How to bind a view to the schema of the underlying tables?
How you can minimize the deadlock situation?
What is the difference between commit and rollback?
What is SQL Azure?
what is a self join? : Sql server database administration
What are data resources?
Explain concepts of analysis services?
What is the maximum size of sql server database?
What is the main difference between ‘between’ and ‘in’ condition operators?
What is an indice?
How many cores do I need for sql server 2016?