write a query to Find the Maximun second value in table?

Answer Posted / ruchi

you can use following query
select max(sal) from emp where sal<(select max(sal) from
emp);

Is This Answer Correct ?    3 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the limitations of rdbms?

527


I'm need to prepare Month Over Month Sales Growth report. Is there any function available in OBIEE to perform this task.

1762


What is concept of dbms?

480


Can I use google sheets as a database?

451


List few restrictions that are imposed while creating views?

496






State at least four kinds of indexing?

549


What are the two main functions of queries in databases?

761


Explain the difference between two and three-tier architectures.

513


What is progress actional?

508


What types of questions are asked in NIC(Natinal Informatics Centre)'s interview?If any one has any information about this,I would be very thankful to him/her.....

1425


Explain the concepts of a primary key and foreign key.

461


Define view, sequence and index in DBMS.

559


Explain the Surrogate Key in DBMS.

536


Is dynamodb a document database?

489


1. Tell me about your self? 2. Latest Project Introduction? 3. Difference between server jobs and parallel jobs? 4. Seq-Seq Explain its behavior and execution mode and which parallelism technique is used? 5. What is padding characters? 6. Seq-Seq, Seq-Copy-Seq which one is the best and efficient? 7. How many reject links do we have to a transformer? 8. How many reject links to join stage? 9. Difference between join and lookup? 10. How to design PX routine? 11. How can we call job in another job? 12. Difference between batch and sequencer? 13. Which Database is used? 14. What is change capture? Give briefing of that? 15. What is change Code? Explain? 16. How you call UNIX in Ds? 17. How do you call JCL in UNIX? 18. How do you pass the job status of one job to another job? Have designed any job sequencer? 19. How do you find a file in existed directory? 20. How can you call parallel jobs in transformer? 21. Execution of jobs in command line? 22. Tuning of sql queries? 23. What is orchestrating metadata? 24. What are junk dimension? 25. What are the third party tools you are used? 26. What are the system variables you have used?

1450