in table there r so many rows write a query which two rows r
updated last two day befor?
Answer Posted / narenkumar reddy
select column_name from table_name
where column_name=sysdate-2
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
What is sql injection vulnerability?
What is a sql profiler?
How to create an array in pl/sql?
What is pivot in sql?
Can we write dml inside a function in sql server?
What is difference between nchar and nvarchar?
What is bulk collect in pl sql?
What is the use of index in sql?
What are the query optimization techniques?
Is there a pl/sql pragma similar to deterministic, but for the scope of one single sql select?
What is a data manipulation language?
What is sqlerrd?
Define implicit and explicit cursors.
What is sql select statement?
What does sign mean sql?