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
Which data type cannot be used as a parameter in a udf?
What are the three types of database design?
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?
Explain about the storage and physical database design?
Explain the rollup operator?
explain detail about ftp in datastage?
Any sample or model question of punjab national bank for deputy manger IT or any sample of PNB.any1 plz do send on
What is DB Development software?
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.
To convert IDMS to DB2, how to deal with IDMS occurs and redefined clause?
What is a database development?
What is the database development process?
There is a trigger defined for INSERT operations on a table, in an OLTP system. The trigger is written to instantiate a COM object and pass the newly insterted rows to it for some custom processing. What do you think of this implementation? Can this be implemented better?
When installing the datastage7.5x2 edtion iam getting aproblem i.e the cpu count is 2 but the cpu count in installation is one . how can i install in my p.c (system is dual core).
What are the key features of dbms?