Write a query to get 2nd maximum salary in an employee table ?
Answer Posted / srinivas
select max(salary) from Emp where salary<(select max(salary) from Emp)
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are variables in pl sql?
What port does sql server use?
Is it possible to create startup or shutdown trigger for on-schema?
What is an example of translating a date into julian format?
What is ttitle and btitle?
How do I create an index in word?
What is a design view?
What pl/sql package consists of?
Where the sql database files are stored?
What are database links used for?
Explain the working of primary key?
What is keys and its types?
What is the main reason behind using an index?
what happens if null values are involved in expressions? : Sql dba
What is the difference between left join and right join?