How to find 6th highest salary from Employee table ?
Answer Posted / manikanta
select min(salary) as salary from Employee where salary >
(select min(salary)from employee)
| Is This Answer Correct ? | 1 Yes | 4 No |
Post New Answer View All Answers
How to create an inline table-valued function?
Explain four layers of abstraction microsoft architectured?
Can You Use Data Mining Models In Ssrs?
Difference between connected and disconnected database in .net with sql server?
What is data source document?
Why variables called the most powerful component of ssis?
How to create a new table in a given schema?
What does indexation mean?
Why use triggers?
What are temporal tables in sql server 2016?
What are different types of subquery?
Explain logical operators in sql server?
What is de-normalization in sql database administration? Give examples?
What are acid properties of transaction?
What are the properties of the transaction?