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
Can you index views?
what is package and it uses and how can u call a package
What stored by the msdb?
What does REVERT do in SQL Server 2005?
How can I tell if sql server is 32 or 64 bit?
Explain error handling in ssis?
What happens when transaction log is full?
Do you know what are the steps to process a single select statement?
Do you know what is rank function?
Write a SQL command to insert and update only a particular field?
What do you understand by coalesce in sql server?
Suppose you want to implement the many-to-many relationships while designing tables. How would you do it?
Define Joins?
Can we use where clause in union?
How to backup encryption key ?