How do we get current date in SQL Server 2000, Oracle, MS
Access?
Answer Posted / sridhar kumar nelanti
we use getdate()in SQL server to view current date and in
oracle we use sysdate().
Is This Answer Correct ? | 27 Yes | 7 No |
Post New Answer View All Answers
Explain something about security and SQL Azure?
How to delete a login name in ms sql server?
How to apply filtering criteria at group level with the having clause in ms sql server?
What is “asynchronous” communication in sql server service broker?
What is an example of a foreign key?
Can I disable or restrict ssrs export formats (rendering formats)?
What is mean by candidate key?
What is the difference between char and varchar2 datatype in sql?
What is a non equi join?
What is table constraint?
what changed between the previous version of sql server and the current version? : Sql server database administration
What number aggregate functions are accessible there in sql?
Can you explain how long are locks retained within the repeatable_read and serializable isolation levels, during a read operation with row-level locking?
What is self join in sql server joins?
as a general practice, it is recommended to have dbo be the owner of all database objects however, in your database you find number of tables owned by a user other than dbo, how could you fix this? : Sql server administration