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 |
How do I set properties for a JDBC driver and where are the properties stored?
What is jdbc class forname?
What do you understand by jdbc driver and explain its types?
What is the significance of DataBaseMetaData.tableIndexStatistics? How to obtain and use it?
What is a jdbctemplate?
What protocol does jdbc use?
How do you insert images into database using jdbc?
While in CallableStatament using in the oracle my procedure is return no.of columns so in java how can i retrivbe the data and i wnat to view all data which is reetrive from my procedure
Explain the importance of drivermanager.
How you restrict a user to cut and paste from the html page using java programing?
How can you sort dates?
What are jdbc?