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 type of database is sql?
What is sql and its types?
Is sql a scripting language?
What are the types of sql commands?
Can we use delete in merge statement?
Is pl sql a scripting language?
Differentiate between sga and pga.
what is timestamp in mysql? : Sql dba
how would you enter characters as hex numbers? : Sql dba
How to add new employee details in an employee_details table with the following details
what are the different index configurations a table can have? : Sql dba
what are sequences
What are the differences between implicit and explicit cursors?
explain what is mysql? : Sql dba
What is localdb mssqllocaldb?