in table there r so many rows write a query which two rows r
updated last two day befor?
Answer Posted / ashok kumar lenka
We can solve this by the help of Trigger.
The trigger is for update.which store the update time of the
record of the table. So my query is like this
>select * from emp where to_char(update_column,'dd')=2;
| Is This Answer Correct ? | 10 Yes | 5 No |
Post New Answer View All Answers
What is function and procedure?
What are sql procedures?
What is the sql*loader? : aql loader
What is pl sql quora?
How do I run a sql script?
What is ttitle and btitle?
Are subqueries faster than joins?
What does stand for in sql?
Does normalization improve performance?
How many clustered indexes can be created on a table?
What is synchronized subquery?
What are sql indexes?
What is parallel hint?
Can we perform dml on view?
What does trigger mean in slang?