How can you sort dates?
Answer / 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 |
what is call level interface?
How to check jdbc driver version in sql server?
How many ways can you update a result set?
What will happen when ResultSet is not closed?
What is the full form of jdbc?
What does the jdbc resultset interface?
What is the role of class.forname while loading drivers?
How vendor Naming registry supports JNDI?
How can I determine where a given table is referenced via foreign keys?
What is the meaning of connection?
what exactly happens when we execute "Class.forname("Driver class name");"?Explain indetail
10 Answers Accenture, HP, IBM, Infosys, SAP Labs, SAS, Sasken, Trigent, Wipro,
Difference between Generic Servlet and HTTP Servlet?