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 port does jdbc use?
How do we load the drivers?
Difference between servlet and applet method?
what is the difference between SENSITIVE and INSENSITIVE?
What is resultset in jdbc with example?
r u used any design patterns in your project?
What is Type-4 Driver and when this driver is used?
How does jdbc work?
Can resultset be null in java?
What are pros and cons of using of Type-2 and Type-4 Drivers over Type-1 driver?
How many ways that we can view a result set?
Does jdbc use ssl?