query to find the maximum no persons with same age(age
colomn) from emp table
Answer / krishnakumar
select max_age,age
from
(select count(age) max_age,age from emp group by age order
by max_age desc)
where rownum < 2
| Is This Answer Correct ? | 1 Yes | 0 No |
what are the different types of cursors? explain?
How to view the dropped tables in your recycle bin?
Suppose U install the oracle DB either enterprise edition or express edition in ur personal PC, Is there the Database has been created after ur installation if not then where the oracle's all objects with data be stored?
Explain the use of log option in exp command.
What are the major difference between truncate and delete?
Is it possible to split the print reviewer into more than one region ?
What is a server parameter file in oracle?
2. Display the post code and the total number of purchase orders placed with creditors in that post code.
What is cluster Key ?
Using the relations and the rules set out in the notes under each relation, write table create statements for the relations EMPLOYEE, FIRE and DESPATCH. You should aim to provide each constraint with a formal name, for example table_column_pk.
What is the parameter mode that can be passed to a procedure?
Is it possible to enter only time value into a column of a table in sql?