How do we get current date in SQL Server 2000, Oracle, MS
Access?
Answer Posted / selvaraj.v
In Access 'Select date()'
In Oracle 9i 'Select Sysdate from dual;'
In SQL Server 2000 'Select Getdate()'
| Is This Answer Correct ? | 33 Yes | 7 No |
Post New Answer View All Answers
How can you control the amount of free space in your index pages?
Explain iaas, paas and saas?
How can you insert values in multiple rows using one Insert statement?
do you know what is a deadlock and what is a live lock? How will you go about resolving deadlocks? : Sql server database administration
How to connect of datebase with sql express.?
What is a primary key?
What is transaction server auto commit?
What are click through reports?
What is normalization 1nf 2nf 3nf?
How to automatically create a log when an exception is being received into SQL Server?
How many types of objects are there?
What will be the maximum number of index per table?
What is statement level trigger?
What is 2nf normalization?
How do I run a trace in sql server?