How do we get current date in SQL Server 2000, Oracle, MS
Access?
Answer Posted / vineet yadav
In Sql Server It will be ( Select getDate() )
And in ORacler (Select SysDate() from dual;)
| Is This Answer Correct ? | 5 Yes | 3 No |
Post New Answer View All Answers
How to scale out a federation by Sql statement?
How do I install sql server?
Does partitioning improve performance?
What languages bi uses to achieve the goal?
What are the pre-defined functions in the sql server?
Explain how you can configure a running aggregate in SSRS?
What is a with(nolock)?
What’s the distinction between dropping a info and taking a info offline?
Explain tables in SQL Azure?
What is a database in ms sql server?
What is temporal data type?
What is the difference between sql server 2000 object owner and sql server 2005 schema? : sql server database administration
What is the name of the Database which IBM mainframe uses?
What is the full meaning of dml?
What is indexing in sql server with example?