please tell me the query to get details of the employee
having the second largest salary
Answer Posted / shivangi
Select max(Salary) from employeetable where salary < (select
max(salary) from Employeetable)
Is This Answer Correct ? | 11 Yes | 1 No |
Post New Answer View All Answers
What is onf in normalization form?
in the physical file layout, where should the transaction log be stored in relation to the data file?
What is filestream?
Do you know what is lock escalation?
What is sql server used for?
Why do we backup Active Directory ?
What is sql server profiler trace data file?
What is system stored procedures?
What does sql server mean?
Do you know what are different types of replication in sql server?
What is similarity and difference between truncate and delete in sql?
What is single-user mode?
What is built-in function?
What is the purpose of the tempdb database?
What is forward - only cursors / read only cursor?