How to read 2nd highest sal from EMP table?
Answer Posted / sasikala
select max(salary) from emp where salary<(select max(salary) from emp);
| Is This Answer Correct ? | 11 Yes | 0 No |
Post New Answer View All Answers
Explain what are page splits? : SQL Server Architecture
What are the advantages of user defined function?
What is the difference between a "where" clause and a "having" clause?
How to recreate an existing index in ms sql server?
Write a query for primary key constraint with identity key word?
What is the maximum size per database for sql server express?
What is sql service broker?
what is a check constraint?
What is the impact on other user sessions when creating indexes?
What are commonly used odbc functions in php?
What are the different types of locks in the database?
Introduction of rollup clause using sum and group by clause?
sql database suspect We have a sql database that is showing as suspect. How can we recover?
Why variables called the most powerful component of ssis?
Can we linked SharePoint to a SQL database?