How to select nth record from a table?
Answer Posted / veeresh kethari
select min(sal) from EMP where sal in(select top n sal from
EMP
order by SAL desc)
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
How many clustered indexes there can be on table ?
What are actions, how many types of actions are there, explain with example? : sql server analysis services, ssas
What is bcp? When does it used?
How to recompile stored procedure at run time?
What is 2nf normalization form?
What do you understand by a stored procedure?
How do I view a stored procedure in sql server query?
Sql studio em braces a variety of capabilities, but will I need them all? Is there a simpler product ? : sql server management studio
Is a primary key unique?
Explain candidate key, alternate key, and composite key?
What is clustered index
How is sql server used?
Is null in sql server?
do you know how to configure db2 side of the application? : Sql server database administration
What are the disadvantages of merge replication?