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 meaning of <> in sql?
Can we use threading in pl/sql?
What is the difference between partition and index?
what are numeric data types? : Sql dba
Explain table and field in sql?
What is meant by truncate in sql?
What does a pl/sql package consist of?
How do you explain an index?
How can we make an if statement within a select statement?
What are the disadvantages of not performing database normalization?
Write a query to display the current date in sql?
What does count (*) mean in sql?
How do you go back in sql?
what is 'mysqldump'? : Sql dba
What are sql commands?