what is syntex second or third highest salary.
thanks & Regards
Dhirendra sinha
Answer Posted / anil tiwari
select Top2(salery)from (select Top3 (salery) from tab1
order by salery DESC)order by salery.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How will you monitor replication latency in transactional replication? : sql server replication
What does Master database contains?
Explain the microsoft sql server delete command? : SQL Server Architecture
What is indexing a document?
can SSRS reports Cache results?
How to generate create table script on an existing table in ms sql server?
What is role playing dimension with two examples? : sql server analysis services, ssas
What is federation member?
Explain subquery and state its properties?
Which rendering formats are affected by the pagesize properties?
What are the 2 types of classifications of constraints in the sql server?
What are cursors stored procedures and triggers?
How can we delete a table in sql server?
What is open database communication (odbc)?
What is de-normalization in sql database administration? Give examples?