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
Explain Reporting Life Cycle?
Is null vs coalesce?
Can we create clustered index on composite key?
Can two different columns be merged into single column? Show practically?
How to connect ms access to sql servers through odbc?
Explain different types of Normalization.
Do you know nested transaction?
Is it possible to call a stored procedure within a stored procedure?
How do I know if localdb is running?
What is the maximum row of a size?
how would you write a sql query to compute a frequency table of a certain attribute involving two joins? What changes would you need to make if you want to order by or group by some attribute? What would you do to account for nulls?
What is a matrix in ssrs?
which backup strategy you are following at ur company
What are the limitations/drawbacks or ssrs 2008 r2?
your sql server is running out of disk space. You notice that there are several large files with ldf extensions what are these files? : Sql server administration