How do we get current date in SQL Server 2000, Oracle, MS
Access?
Answer Posted / rajiv rohilla
In Access We USE 'Select Date()'
In Sql server 2000 'Select getdate()'
In Oracle 'Select SysDate() from dual'
| Is This Answer Correct ? | 43 Yes | 13 No |
Post New Answer View All Answers
Why use stored procedures in sql server?
How to update muliple row in single query?
what are user defined datatypes? : Sql server database administration
What is a view in sql?
What are types of scd? : sql server analysis services, ssas
What are orphan records?
What is CTE in SQL
How many types of triggers are there?
Working with TLogs
How to find the login name linked to a given user name?
Can an entity have two primary keys?
what are the new features introduced in sql server 2000? : Sql server database administration
What is database replication? What are the different types of replication you can set up in sql server?
what is the difference between a primary key and a unique key? : Sql server database administration
What are functions in the sql server?