find out the second highest salary?
Answer Posted / chaitanya pathak
select max(salary) from employee
whrere salary<(selsect max(salary) from employee)
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How to create a new user account in oracle?
WHAT IS THE DEFINITION OF DEFAULT CUSTOMER IN AR?
What is a system tablespace and when it is created?
Is oracle a programming language?
Explain oracle’s system global area (sga).
How to define a record variable to store a table row?
How to fetch the row which has the max value for a column?
What are the types of partitions in oracle?
What is ASM (Automatic Storage Management) in Oracle?
In Oracle Applications We are Using Sub Ledger Accounting. When we Transfer the Data all modules (AP,AR,CE,FA) to SLA We done Some customizations? What are They??
How to rename an index?
What are the oracle built-in data types?
How do I find my oracle client driver version?
What is the difference between formal parameters and actual parameters?
How we can able to import our own template (users designed MS-Word templates) which has many tabular columns; need to pass some values generate by Oracle-reports9i? Actually need to import more than 400 MS-Word templates into Oracle Reports-9i to minimize layout design in Reports.