How do we get current date in SQL Server 2000, Oracle, MS
Access?
Answer Posted / jayesh l lolariya
select getdate(); in sql server 2000
Is This Answer Correct ? | 10 Yes | 5 No |
Post New Answer View All Answers
What is the default order of an order by clause?
How to provide login information for a new odbc dsn?
What to check if a User database is locked?
What are the advantages of policy management?
Explain the various types of concurrency problem. I.e. Lost or buried updates, uncommitted dependency, inconsistent analysis, phantom read?
Explain partitioned view?
Define ACID properties in a Database?
What is the difference between implicit and explicit transaction?
What is normalization process?
How will you monitor replication latency in transactional replication? : sql server replication
What methods do you follow to protect from sql injection attack?
What is 1nf normalization form?
What are commonly used odbc functions in php?
How do I start sql server?
What is row_number()?