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 about Joins?
What is the security principal at the database level that represents your session?
When I delete any data from a table, does the sql server reduce the size of that table?
What is the difference between mysql and mysqli?
Which table keeps information about stored procedures?
How to transfer a table from one schema to another?
What is a matrix in ssrs?
Tell me what is the stuff and how does it differ from the replace function?
how can u get last observation in an unknown dataset ?
Write a SQL queries on Self Join and Inner Join.
What is normalization 1nf 2nf 3nf?
How to change the system date and time from SQL Plus Terminal ?
What are xml indexes?
What is a mutating table error and how can you get around it?
What is constraints and its types?