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
What is a collation?
Explain what is the use of custom fields in report?
How to create dbo table in sql server?
Why do we use stored procedures in sql server?
Explain features of analysis services?
Explain the purpose of indexes?
You are designing a database for your human resources department in the employee table, there is a field for social security number, which cannot contain null values if no value is given, you want a value of unknown to be inserted in this field what is the best approach?
What is the guest user account in sql server? What login is it mapped to it? : sql server security
How to download and install microsoft sql server management studio express?
What do you mean by subquery?
Why Master database is required?
What are scalar functions?
How to use transact-sql statements to access the database engine?
explain what is raid and what are different types of raid configurations? : Sql server database administration
what number files will a information contain in SQL Server? How many forms of information files exist in SQL Server? How many of those files can exist for a single database?