how to find the second highest salary from emp table?
Answer Posted / chandu
select max(sal)from table name where sal<(select max sal
from table name)
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain what is a field in a database and record in a database?
What is a .db file?
What is the purpose of primary key?
Does inner join remove duplicates?
What is sql server and ase?
What are some predefined exceptions in pl/sql?
Under what condition it is possible to have a page level lock and row lock at the same time for a query? : Transact sql
What is pl/sql language case sensitive?
How many unique keys can a table have?
what is 'trigger' in sql? : Sql dba
How do I start pl sql?
How do I run a sql script?
What is the order of sql select?
Determine if oracle date is on a weekend?
Explain exception handling in pl/sql?