How do we get month name in SQL Server 2000, Oracle, MS Access?
Answer Posted / menaka
In Oracle,
SELECT to_char(sysdate,'month') from dual
| Is This Answer Correct ? | 50 Yes | 11 No |
Post New Answer View All Answers
Can binary strings be converted into numeric or float data types?
What is the process of normalization?
What are different types of schemas?
How to create sub reports?
What do you mean by a dependent functionality in a build?
How to defragment indexes with alter index ... Reorganize?
In how many ways you can invoke ssrs reports?
Explain what is “asynchronous” communication in sql server service broker?
Explain the benefits of user-defined functions?
What are sub reports?
Describe the functionalities that views support.
What is Transparent Data Encryption?
What is log in sql server?
What are differences in between sql server 2012 and sql server 2016?
How to return the top 5 rows from a select query in ms sql server?