how to find the first two highest salaries in deptno in emp
table
Answer Posted / ajitnayak
select e.*
from emp e
where rownum < 3
order by e.sal desc ;
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is normalization? Explain different levels of normalization?
Hi my program is accesing data from two db2 databases.what is the bind card for this program to genarate plan? how to specify the two owners and two qualifiers in bind card
Explain what a database is?
Explain about xml databases?
What is dbms and its application?
What are data modelling techniques?
Does QTP Support the Propjects which are running in Dot Net? As we are starting with new project in Dot net need to use automation tool?Please advice & let me know what would be the best.
What are the three types of database design?
What is dbms explain in brief?
How to replace not in with not exist?
Explain the cube operator?
What you can do to remove data from the cache and query plans from memory for testing the performance of a query repeatedly?
What is DB Development software?
Explain about query and reporting.
You have a table with three columns: amount1, amount2, and amount3 in a single row only one of these three columns will have a value and the other two will be null. Write a sql query to retrieve the values from these columns?