write a query find which rows of a table is updated on 2
days before?
Answer Posted / os reddy
select * from <table name>
where rownum<=2
order by last_updated_date;
OR
select * from emp where to_char(update_column,'dd')=2;
| Is This Answer Correct ? | 3 Yes | 10 No |
Post New Answer View All Answers
what is a field in a database ? : Sql dba
What is set transaction?
What is the use of pl/sql table?
How run sql*plus commands that are stored in a local file?
What are all ddl commands?
How many sql commands are there?
What is a pragma statement?
What is right join in sql?
What is difference between sql and oracle?
what happens if null values are involved in expressions? : Sql dba
what are date and time data types in mysql? : Sql dba
How do you declare a constant?
what is 'mysqldump'? : Sql dba
which command using query analyzer will give you the version of sql server and operating system? : Sql dba
What is a database? Explain