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 are the measures to connect to the db using jdbc?
What does executequery return in java?
What is the latest version of JDBC? What are the new features added in that?
How can you load the drivers in jdbc?
How can you make the connection using jdbc?
What is jdbc odbc bridge?
Explain the life cycle of jdbc.
What is the significance of DataBaseMetaData.tableIndexStatistics? How to obtain and use it?
Explain the main method?
What is java soft framework?
How do I start debugging problems related to the JDBC API?
What is addbatch jdbc?