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 to find the source of a table in sql server?
What is named query? : sql server analysis services, ssas
What are the different index configurations a table can have?
What is the purpose of linked server configuration in sql server?
How to use copy and concatenate commands in SQL?
What are data files?
Why truncate is ddl command?
What is abstracting periodical?
Why should you use or avoid select * statements?
Are connections to sql server encrypted?
What is indexing explain it with an example?
Explain ms sql server reporting services vs crystal reports?
What is a linked server in sql server?
What are the requirements on sql server network connections?
How to list all columns in a table using odbc_columns()?