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 do we get current date in SQL Server 2000, Oracle, MS
Access?

Answers were Sorted based on User's Feedback



How do we get current date in SQL Server 2000, Oracle, MS Access?..

Answer / abhirams

slect TO-CHAR(syssdate,'dd-mm-yy h:mipm') from dual; this is
oracle query..

Is This Answer Correct ?    5 Yes 8 No

How do we get current date in SQL Server 2000, Oracle, MS Access?..

Answer / smithers

select date() does not work in Access 97.

Is This Answer Correct ?    4 Yes 7 No

How do we get current date in SQL Server 2000, Oracle, MS Access?..

Answer / swetha

To display current systems date

DateTime.Now

Is This Answer Correct ?    2 Yes 18 No

Post New Answer

More SQL Server Interview Questions

What factors you will consider calculating the storage requirement for that view?

0 Answers  


Do you know what are the ways available in sql server to execute sql statements?

0 Answers  


Write a sql query to get zero records from a table having n number of records?

0 Answers   TCS,


what are candidate key, alternate key and composite key? : Sql server database administration

0 Answers  


How do you size a resultset?

0 Answers  


How do you check sql server is up and running?

0 Answers  


What are the dmvs?

0 Answers  


What is the maximum size of column in sql server?

0 Answers  


What is the difference between commit and rollback?

0 Answers  


What is GUID in sql server?

0 Answers   BirlaSoft,


What is difference between delete and truncate commands?

0 Answers  


How to use the inserted and deleted pseudo tables?

0 Answers  


Categories