how to find the second highest salary from emp table?
Answer Posted / teja
select max(sal) from emp where empsal<(selelect max(sal)
from emp)
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is a record in pl/sql?
What is cursor status?
Explain the working of primary key?
How to read/write files from pl/sql?
Does truncate free space?
What is rownum?
What is schema in sql example?
What is a join query?
What is the purpose of using pl/sql?
What are tables and fields?
What are sql commands?
What is nosql db?
What are few of the schema objects that are created using PL/SQL?
What are the conditions an underlying table must satisfy before a cursor can be used by a positioned update or delete statement? : Transact sql
What is meaning of <> in sql?