in table there r so many rows write a query which two rows r
updated last two day befor?
Answer Posted / srinivas
select * from <table name>
where rownum<=2
order by last_updated_date
| Is This Answer Correct ? | 29 Yes | 6 No |
Post New Answer View All Answers
What are dml commands?
How do I run sql profiler?
Can a foreign key have a different name?
What is primary key secondary key alternate key candidate key?
Mention what does plv msg allows you to do?
In a distributed database system, can we execute two queries simultaneously?
What is the function that is used to transfer a pl/sql table log to a database table?
How delete all data from table in sql?
How does join work in sql?
What is transaction control language (tcl)?
Why does sql need a server?
How does sql profiler work?
how many sql dml commands are supported by 'mysql'? : Sql dba
What are the possible values that can be stored in a boolean data field?
What is sql profiling in oracle?