How do we get current date in SQL Server 2000, Oracle, MS
Access?
Answer Posted / nikita
i donot abt the SQLserver2000and MSaccess.But in ORACLE we
get current date by following SQLstmt:
SELECT sysdate() FROM DUAL;
| Is This Answer Correct ? | 32 Yes | 14 No |
Post New Answer View All Answers
Explain the disadvantages/limitation of the cursor?
what stored procedure can you use to display the current processes? : Sql server administration
How to enable/disable indexes?
Why are views required in the sql server or in any other database?
What is Dependency Injection and provide example?
Which table keeps information about stored procedures?
Explain encryption of entire databases without the need for application changes in sql server 2008?
Can a rule be bound to any column of any data type?
What happens if null values are involved in datetime operations?
Can we write a distributed query and get some data which is located on other server and oracle database?
Is a null value equal to anything? Can a space in a column be considered a null value? Why or why not?
Does partitioning ssd reduce performance?
what are user defined datatypes? : Sql server database administration
What do you understand by user-defined function in the sql server and explain the steps to create and execute a user-defined function in the sql server?
What are date and time data types in ms sql server?