How do we get month name in SQL Server 2000, Oracle, MS Access?
Answer Posted / aanshi
For oracle, OLD and NEW tables.
For sql server, Inserted & Deleted.
These two tables are also called as magic table.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is a schema in ms sql server 2005?
What is the New in SQL server 2008?
Can we insert data if clustered index is disabled?
List the different types of collation sensitivities in sql server?
How can you know if the row fetched from cursor is still valid in underlying table?
What command is used to create a database in the sql server and how?
How to add a new column to an existing table with "alter table ... Add" in ms sql server?
What are the methods used to protect against sql injection attack?
What is nolock hint in sql server 2008
What is a Join and explain its types?
Explain filtered indexes benefits?
What is in place upgrade in sql server?
How to execute a sql statement using mssql_query()?
What is the use of partition by in sql server?
What is normalization? Describe its different types.