find out the second highest salary?
Answer Posted / shachindra pandey
proc sql;
select id,name,population from populations where
population=(select max(population) from
populations
where population < (select max(population) from
populations));
quit;
Is This Answer Correct ? | 18 Yes | 22 No |
Post New Answer View All Answers
How to convert characters to times in oracle?
How to install oracle odbc drivers?
how do we code triggers , store procedure , Performance tuning and indexing in a Java Project? Pls kindly get me the perfect answer with the code for each....thank you in advance............pls any body kindly help me soon as possible....
What are the advantages of oracle?
How do we create privileges in oracle?
How to build data dictionary view an new database?
How to create an oracle database manually?
What is a table index?
What is an Oracle index?
Hi Can any one tell me what are the API's used in requisition import.
What is raw datatype?
what is difference between sql plus and sql*plus? (not sql and sql plus).
What are the differences between char and varchar2 in oracle?
how to do daily transactions with out sql* loader control file regesterd in apps?
What is using clause and give example?