find out the third highest salary?
Answer Posted / order by sal
select (sal) as sal from employee
| Is This Answer Correct ? | 0 Yes | 4 No |
Post New Answer View All Answers
How to create a temporary table in oracle?
How to use "in" parameter properly?
What is the fastest query method to fetch data from the table?
What is a view and how is it different from a table?
How to display employee records who gets more salary than the average salary in the department?
What are nested tables?
you are a universe designer and report developer in BO, what type of information you gather from client?Briefly explain plz
Explain oracle insert into command?
What is the difference between I and G in Oracle?
How to loop through data rows in the implicit cursor?
How to view the tablespaces in the current database?
How to update a table row with a record?
Are truncate and delete commands same? If so why?
What happens if the imported table already exists?
How to best split csv strings in oracle 9i?