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 are the different types of interfaces in the api component?
What are the utilities of the callablestatement?
What are jdbc?
How to test jdbc connection to sql server?
What is jdbc in java?
What is the difference between client and server database cursors?
What is the purpose of jdbc?
what happen if we set JDBC string to NULL?
What are jdbc and its components?
What are the standard isolation levels defined by JDBC?
What is the use of JDBC DriverManager class?
What is the limitation of PreparedStatement and how to overcome it?
What is the difference between jdbc and odbc?
What is meant by connection string?
What is the return type of class.forname() method?