Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


How can you sort dates?



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

Post New Answer

More JDBC Interview Questions

How many types of jdbc drivers are there?

0 Answers  


What are the benefits of PreparedStatement over Statement?

0 Answers  


What is JDBC DataSource and what are it’s benefits?

0 Answers  


Is jdbc open source?

0 Answers  


What is jdbc odbc bridge in java?

0 Answers  


How do find debugging problems related to JDBC API?

1 Answers  


How to connect html page to database using jdbc?

0 Answers  


Describe the steps needed to execute a sql query using jdbc.

0 Answers  


How to check jdbc driver version in sql server?

0 Answers  


What is jdbc odbc?

0 Answers  


What is meant by jdbc?

0 Answers  


What is SQL Warning? How to retrieve SQL warnings in the JDBC program?

0 Answers  


Categories