Please get the 4 th maximum salary from a table without
using any sql keyword (TOP,MAX are mot allowed)
Answer Posted / shashank tayal
select salary from table_name order by desc limit 3,1;
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
What is check constraint in sql server?
What do you know about normalization and de- normalization?
How to use transact-sql statements to access the database engine?
Can we linked SharePoint to a SQL database?
What is local temp table?
How many servers can we create in a single subscription?
What are the advantages of having an index on the sql server?
Explain the ways to controlling cursor behavior?
What is truncate table?
Describe how to use the linked server?
List the different index configurations possible for a table?
Please explain the characteristics of a transaction server for example atomicity, consistency, isolation, durability?
What is normalization 1nf 2nf 3nf?
How to delete duplicate rows from table except one?
What are the types of indexes?