Answer Posted / pg
select <date column> from <table name> order by <date
column>
if needed in descending order
select <date column> from <table name> order by <date
column> desc
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is the execute method in java?
Does sql allow null values ? Can we use it within where clause ?
What is com mysql jdbc driver?
What is statement and resultset in jdbc?
What is the reason why we need a jdbcrowset like the wrapper around resultset?
What are the methods which can verify the cursor particular position?
Explain the various types of locking system in jdbc?
Which jdbc driver type s is are the jdbc odbc bridge?
What is url in jdbc connection?
Discuss the significances of jdbc.
How to check jdbc driver version in sql server?
How can we store the file in the oracle database?
Is jdbc faster than hibernate?
What is the use of jdbc api?
In which ways is driver class is registered with drive manager?