How do we get current date in SQL Server 2000, Oracle, MS
Access?
Answer Posted / abhirams
slect TO-CHAR(syssdate,'dd-mm-yy h:mipm') from dual; this is
oracle query..
| Is This Answer Correct ? | 5 Yes | 8 No |
Post New Answer View All Answers
can SSRS reports Cache results?
What is the sql case statement used for? Explain with an example?
Is the primary key column of a table an index in ms sql server?
Explain partitioned view?
What is trigger and different types of Triggers?
What is sleeping status in sql server?
What are temporal tables in sql server 2016?
What the difference between UNION and UNIONALL?
Explain indexed views and partitioned view with their syntax.
How to create a new schema in a database?
Can a cursor be updated? If yes, how you can protect which columns are updated?
After creating the cube, if we added a new column to the oltp table then how you add this new attribute to the cube? : sql server analysis services, ssas
Can I work with several databases simultaneously? : sql server management studio
Will sql server 2005 allow you to reduce the size of a column?
what happens on checkpoint? : Sql server database administration