how to get a list of indexes of an existing table? : Sql dba


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More SQL PLSQL Interview Questions

What is rename command in sql?

0 Answers  


Write a query to find second highest salary of an employee.

27 Answers  


What is online transaction processing (oltp)?

0 Answers  


Explain aggregate functions are available there in sql?

0 Answers  


What is database sql?

0 Answers  






Hi, Can anybody please explain me the flow of the below query. I am not able to understand how this query works. This query is for finding the Nth highest salary.. SELECT DISTINCT (a.sal) FROM EMP A WHERE &N = (SELECT COUNT (DISTINCT (b.sal)) FROM EMP B WHERE a.sal<=b.sal); If N = 2 then second highest salary will be the o/p. If N = 3 then third highest salary will be the o/p. and so on.. Thanks, Nitin

5 Answers   Deloitte, Ness Technologies,


How many types of keys are there in sql?

0 Answers  


Mention what does plvtab enables you to do when you showthe contents of pl/sql tables?

0 Answers  


What is sql character function?

0 Answers  


How do you write a subquery?

0 Answers  


What is input buffer in sql*plus?

0 Answers  


How do I find sql profiler?

0 Answers  


Categories