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
If the job running very slow what is the action you do
What are different types of database indexes?
What are the different types of sql server replication? : sql server replication
What is tcl in sql server?
How to compose an inquiry to demonstrate the points of interest of an understudy from students table whose name begins with k?
What is the difference between sql server 2000 object owner and sql server 2005 schema? : sql server database administration
What languages bi uses to achieve the goal?
What are the different types of data sources in ssrs?
What will be query used to get the list of triggers in a database?
What is SQL Azure?
Can primary key be null?
How to define output parameters in stored procedures?
What is sql server profiler?
Once setting replication, can you have distributor on sql server 2005, publisher of sql server 2008?
Explain indexed views and partitioned view with their syntax.