write a query for the fifth highest salary?
Answer Posted / venkates
select distinct(a.sal) from emp a where 5=(select
count(distinct(b.sal)) from emp b where a.sal<=b.sal)
| Is This Answer Correct ? | 22 Yes | 2 No |
Post New Answer View All Answers
diff b/w inter process and in process
What is a Transformation?
hai if any one having any project sample table structure please froward to my mail id tauseefwst@yahoo.com
What is the relationship that exists inside in E-R diagram?
What are the validations performed on the source data? If there are junk data available in the source data, how to eliminate it?
Explain database partitioning. What is its importance?
Differentiate between delete and truncate table?
What is the concept of Virtual field?
What is the best database software for small businesses?
Source File: Target EMPNO, SAL Empno, Format 101, 1000 101, 1000 101, 1100 101, 1000, 1100 101, 1000 101, 1000, 1100, 1000 101, 10000 101, 1000, 1100, 1000, 10000 102, 1100 102, 1100 102, 1300 102, 1100, 1300 102, 1200 102, 1100, 1300, 1200 102, 1500 102, 1100, 1300, 1200, 1500 How can i get that output using datastage(ETL) tool
What is the purpose of firebase?
You are creating a Index on EMPNO column in the EMPLOYEE table. Which statement will you use?
What are the disadvantages of views in a database?
A design problem was given in which I was supposed to make a design for the data base for a given problem.
WHAT IS NEED BY METION DATFMT AND TIMFMT IN H-SEPICITION IN RPGLE?