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
sql database suspect We have a sql database that is showing as suspect. How can we recover?
can an automatic recovery be initiated by a user? : Sql server administration
What number aggregate functions are accessible there in sql?
what is dbcc? : Sql server database administration
What is compound operators?
Explain the various types of concurrency problem?
Can you explain different types of joins?
When should you use an instead of trigger?
Can a stored procedure call itself or recursive stored procedure? How many levels sp nesting is possible?
How to execute stored procedure in select statement sql server?
how to create “alternate row colour”?
What is user defined datatypes and when you should go for them?
Is there any difference between primary key and unique with the not null condition?
Can a table be created inside a trigger?
Your table has a large character field there are queries that use this field in their search clause what should you do?