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
Explain the components of sql?
What is compound trigger?
How do I truncate a word?
Is sql port 1433 encrypted?
What is pl sql code?
What is the difference between drop and truncate commands?
what is cursor. write example of it. What are the attributes of cursor.
what is 'mysqlimport'? : Sql dba
What is right join in sql?
Why do we use sql constraints?
What is primary key and foreign key with example?
what are date and time data types? : Sql dba
List and explain the different types of join clauses supported in ansi-standard sql?
how to get a list of all tables in a database? : Sql dba
what is a tablespace? : Sql dba