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
Will you be able to store pictures in the database?
What privilege is needed for a user to insert rows to tables in another schema?
What are the data types in oracle?
What are the various types of snapshots ?
What is a trigger oracle?
How do I reset a sequence in oracle?
In SAP ECC 6.0 , under DB02 tcode , Tablespace name to be explain stepy step all the col
1) WIll all the user get the DEFAULT profile, if their current profile got deleted at any point of time? 2) What are the Situation we need to MOVE the TABLE between T.spaces? 3) What is the use of MOVING the TABLE between SCHEMA'S? 4) What are the Table Clause, Segment Clause and the Datafile Clause which will override each other? 5) Explain SORT_AREA_SIZE of Tempfile to make UNIFORM SIZE
Does oracle charge for java?
Name the three major set of files on disk that compose a database in Oracle?
What is define in oracle?
What is the difference between pre-select and pre-query?
How to define a variable of a specific record type?
Explain the difference between sap and oracle?
What operating systems are supported by oracle database 10g xe?