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
How do clustered indexes store data?
How to apply filtering criteria at group level with the having clause in ms sql server?
What is view in sql?
How can you set the threshold at which sql server will generate keysets asynchronously?
How to rename an existing column with sql server management studio?
Does sql server 2016 have ssms?
What is a mixed extent?
What is subquery? Explain the properties of a subquery?
What is difference between drop truncate and delete?
What options are there to delete rows on the publisher and not on the subscriber? : sql server replication
Can we linked SharePoint to a SQL database?
What is 1nf 2nf and 3nf?
What is transaction server implicit?
What is star, snowflake and star flake schema? : sql server analysis services, ssas
in the physical file layout, where should the transaction log be stored in relation to the data file? : Sql server administration