write a query find which rows of a table is updated on 2
days before?
Answer Posted / ajit nayak
SELECT * FROM USER_TAB_MODIFICATIONS
WHERE TO_DATE(TIMESTAMP,'DD-MON-YYYY') = TO_DATE(SYSDATE - 2,'DD-MON-YYYY');
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is nested table in pl sql?
Mention what pl/sql package consists of?
How global cursor can be declare with dynamic trigger ?
Does sql backup shrink transaction log?
Explain some predefined exceptions.
how to drop an existing view in mysql? : Sql dba
what is a control file ? : Sql dba
What is trigger in pl sql with examples?
what is a primary key? : Sql dba
What is the use of partition by in sql?
How many types of tables are there?
Does varchar need length?
What is the use of index in hive?
How do I know if I have sql express or standard?
What are the two types of periodical indexes?