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
what is normalization? : Sql server database administration
What is mean by candidate key?
what are the important architecture components of SSRS?
What is the use of floor function in sql server?
What is join and name different type of joins?
What happens when converting big values to numeric data types?
How to deploy the Report?
What is sql server used for?
What is a not null constraint?
When would you use the stored procedures or functions?
Explain transaction server consistency?
What is the size of transaction log file?
what is the difference between them (ethernet networks and token ring networks)? : Sql server database administration
What are the requirements to use odbc connections in php scripts?
How to delete duplicate records based on single column from a table?