Answer Posted / venki
SELECT LEVEL,MAX(SAL) FROM EMP WHERE LEVEL=&LEVEL
CONNECT BY PRIOR SAL>SAL GROUP BY LEVEL;
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Can we convert a date to char in oracle and if so, what would be the syntax?
How many file formats are supported to export data?
Will you be able to store pictures in the database?
What is the difference between PFILE and SPFILE in Oracle?
what is the difference between data migration and production migration.
What do you mean by merge in oracle?
How can we view last record added to a table?
What is Segment Advisor in Oracle?
Write a syntax for update query in oracle?
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
What is a read only transaction in oracle?
What is a trigger and what are its types in oracle?
What is an Oracle index?
What is a system tablespace and when it is created?
What is an oracle database table?