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 a merge field?
How can I retrieve a String or other object type without creating a new object each time?
Explain the different ways to register a driver?
What is the latest version of JDBC? What are the new features added in that?
What are the steps involved in establishing a connection using jdbc in java?
How to get the data from a table into a buffer?
What is the difference between execute, executeQuery, executeUpdate?
Why do we need jdbc?
Which is best database for java?
why we don't use the type 2 driver for connect to the database in jdbc?
What is jdbc stand for?
Difference between JDBC and Hibernate? Give one sample based on the variance?