In a table their 20 records.I had update 6 records???How
can see and retrieve particular 6 records.i.e.,Latest
updated.

Answer Posted / orchid

Since the following sql
select * from aa
where rownum <= 6
order last_updated_date desc

will return random 6 rows and then the
order by 'last_updated_date desc' will only apply to
selected 6 records, so you won't get latest updated 6
records.

Please correct me if I was wrong.

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what are the prerequisites for costing transactions?

2629


WHAT IS CUSTOM VIEW AND CUSTOM COMPONENT?

2587


How can a process be deployed in soa?

690


Suppose for report I have to parameters those are from_date and to_date, so to_date should be greater when compare to from_date, if we are giving to_date is lessthen it must shows some error how we will make?

626


How is choreography different from orchestration?

646






What do you understand by a set of books?

641


Explain what are the tables of auto invoice?

640


what are the different transaction clauses in AR?

1598


What do you understand by concurrent programs?

613


Do you know where we can check the status of po?

628


List the types of flexfield?

601


Can you differentiate between mediator and osb?

621


how can i print random rows in plsql table

1928


Is soa a part of oracle fusion middleware?

601


is it possible to run the interface without using oracle apps?

1514