How to Select second Maximum salary in a Table ?
Answer Posted / tanuj tewari
select max(sal) from table_name where sal<(select max(sal)
from table_name);
| Is This Answer Correct ? | 15 Yes | 3 No |
Post New Answer View All Answers
How to define an anonymous procedure without variables?
How to shutdown your 10g xe server?
How to call a stored function in oracle?
How to use null as conditions in oracle?
How to define default values for formal parameters?
Can we create database in oracle using command line ?
What is oracle update statement with inner join ?
What do you understand by a database object?
How to download oracle database 10g xe?
What is oracle instant client?
Can we connect to ORACLE db using Windows Authentication?
What is redo log?
What do you know about normalization? Explain in detail?
How to open a cursor variable?
What is a named program unit?