how will I find the first 5 highest salaried employees in
each dept in oracle.
Answers were Sorted based on User's Feedback
Answer / lakshya
SELECT salary FROM employee where rownum < 6 ORDER BY
salary DESC
group by dept;
| Is This Answer Correct ? | 11 Yes | 39 No |
Explain the use of grant option in imp command.
How to use subqueries with the in operator using oracle?
defination of bitmap index
I have my backup RMAN script called backup_rman.sh. I am on the target database. My catalog username/password is rman/rman. My catalog db is called rman. How would you run this shell script from the O/S such that it would run as a background process?
Can we store pictures in the database and if so, how it can be done?
How to check the oracle tns settings?
How to select oracle sequence from different schema and How to select oracle sequence from different Databases. Explain with example
How to define default values for formal parameters?
Please explain me all types of Data models. Also give me the details if each model can have other name.for example:schematic data model is also known as conceptual data model and entity relation data model.
What are the types of partitions in oracle?
What is user managed backup in Oracle?
What is the difference between SQL and SQL Server?