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

What is a merge field?

0 Answers  


How can I retrieve a String or other object type without creating a new object each time?

0 Answers  


Explain the different ways to register a driver?

2 Answers  


What is the latest version of JDBC? What are the new features added in that?

0 Answers  


What are the steps involved in establishing a connection using jdbc in java?

0 Answers  


How to get the data from a table into a buffer?

2 Answers  


What is the difference between execute, executeQuery, executeUpdate?

0 Answers  


Why do we need jdbc?

0 Answers  


Which is best database for java?

0 Answers  


why we don't use the type 2 driver for connect to the database in jdbc?

1 Answers   TCS,


What is jdbc stand for?

0 Answers  


Difference between JDBC and Hibernate? Give one sample based on the variance?

4 Answers   HCL, IBM, Xybion,


Categories