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
Is sql better than access?
what is log shipping? : Sql dba
What is localdb mssqllocaldb?
How does postgresql compare to "nosql"?
What are the basic sql commands?
How do you add a column to a table?
How do I send sql query results to excel?
Explain the difference between triggers and constraints?
What is group function in sql?
Can primary key be changed?
What is replication id?
What does select * from mean in sql?
What is auto increment in sql?
Should I use mbr or gpt?
What is lexical units in pl sql?