How do we get current date in SQL Server 2000, Oracle, MS
Access?
Answer Posted / vineet yadav
In Sql Server It will be ( Select getDate() )
And in ORacler (Select SysDate() from dual;)
Is This Answer Correct ? | 5 Yes | 3 No |
Post New Answer View All Answers
Can we hide the definition of a stored procedure from a use?
How to view the error log for any specific instance? : sql server database administration
What it means to be triggered?
What is the difference between ddl,dml and dcl commands?
What is a partitioned view?
If any stored procedure is encrypted, then can we see its definition in activity monitor?
What is the standby server?
What is application role in sql server database security? : sql server security
what's sql server? : Sql server database administration
What are the differences between clustered and non-clustered index?
How to get a list of columns in a view using "sys.columns" in ms sql server?
How to turn off warning messages during php execution?
What is nolock hint in sql server 2008
What is NOT NULL Constraint in sql server 2012?
How to connect ms access to sql servers through odbc?