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
how many tables will create when we create table, what are they? : Sql dba
what is not null constraint? : Sql dba
What is before trigger?
What is a sql*loader control file?
Which operator is used in query for pattern matching?
What is coalesce sql?
What is nosql db?
What is pl sql block in dbms?
What is the maximum number of rows in sql table?
Why do we use procedures in pl sql?
Can we call stored procedure in function?
how can we know the number of days between two given dates using mysql? : Sql dba
Who is the owner of mysql database?
what is sql? : Sql dba
What are stored procedures in mysql?