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
Give an example of SQL injection attack ?
What is a table called, if it has neither cluster nor non-cluster index? What is it used for?
Do you know the policy based administration feature of sql server 2008?
How do you delete a data source?
What is a coalesce function?
Explain data warehousing in sql server?
What is meant by indexing?
What is a non equi join?
What is a trigger what are the advantages of trigger?
What is recompile sql server?
what are user defined datatypes and when you should go for them? : Sql server database administration
What are the differences between user defined functions and stored procedures?
What is single-user mode and what are the steps you should follow to start sql server in single-user mode?
What is the significance of null value and why should we avoid permitting null values?
Where do we use trace frag?