How can return max date row
A b c d e
1 2 1-mar-09 5 10
1 2 10-mar-09 5 10
Only using oracle predefined function. Not user defined.
Output:--
A b c d e
1 2 10-mar-09 5 10
Answer Posted / apsar
select * from tal_name where rownum<=1 order by c desc
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How many types of auditing in Oracle?
What is a package ? What are the advantages of package ?
What do you mean by redo log file mirroring?
How can we force the database to use the user specified rollback segment?
How do we create privileges in oracle?
what is the difference between functional dependecy and multilevel dependency?
why dont we assign not null constraint as table level constraint.
what is the use of triggers in Java program? I mean where do we use triggers in Java programming?
Explain about achiever in sql?
What is SQL Tuning Advisor in Oracle?
Assuming that you are an End User How to find that in the payment Batch some of the Invoice was Missing To pay How to find That??
What is the difference between formal parameters and actual parameters?
How do we represent comments in oracle?
Is it possible to set second Primary Key Constraint in a table in Oracle Database ?
How to login to the server without an instance?