in table there r so many rows write a query which two rows r
updated last two day befor?
Answer Posted / srinivas
select * from <table name>
where rownum<=2
order by last_updated_date
| Is This Answer Correct ? | 29 Yes | 6 No |
Post New Answer View All Answers
How do rank () and dense_rank () differ?
Does sap use sql?
What is the difference between stored procedure and view?
what are myisam tables? : Sql dba
what are tables and fields? : Sql dba
How do you copy a table in sql?
What is bind reference and how can it be created?
How can you create an empty table from an existing table?
What is the main reason behind using an index?
What does (*) mean in sql?
What is the process of copying data from table a to table b?
Why truncate is faster than delete?
What is cte sql?
Where not exists in sql?
What are triggers and its types?