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
What is the difference between for xml raw and for xml auto?
What is sub query and its properties?
How to delete duplicate rows in sql server?
Is a null value equal to anything? Can a space in a column be considered a null value? Why or why not?
How to handle error or exception in sql?
How to select some specific rows from a table in ms sql server?
What is database isolation in sql server? : sql server database administration
Explain cross join or cartesian product in sql?
What do mean by xml datatype?
How do I find the default sql server instance?
When multiple after triggers are attached to sql table, how to control the order of execution?
Where does the copy job runs in the log shipping primary or secondary? : sql server database administration
How many types of dimensions are there and what are they? : sql server analysis services, ssas
Define cursor locking
What is set nocount on and what is set nocount off?