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
How to get the Database server details in java program?
What is the return type of class.forname() method?
Does the JDBC-ODBC Bridge support multiple concurrent open statements per connection?
What is drivermanager in java?
What is a jdbc driver and how many jdbc drivers are available?
What should be done for auto generating primary key id in a table ?
Where is jdbc used?
What types of DataSource objects are specified in the Optional Package?
Explain about DSN?
What does executeupdate return in java?
If I use the JDBC API, do I have to use ODBC underneath?
Is uri the same as url?
What is a statement in java?
What is a java driver?
Is jdbc an api?