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 are different types of indexes?
What is a pragma statement?
What is the execution plan in sql?
Explain the purpose of %type and %rowtype data types?
how to shutdown mysql server? : Sql dba
What do you mean by stored procedures?
Can we insert data into materialized view?
How to test for null values?
What is a pdo connection?
Why do we need unique key in a table?
How do I create a sql script?
How much does sql cost?
how would you enter characters as hex numbers? : Sql dba
Advantages and disadvantages of stored procedure?
How to run pl sql program in mysql?