What are the two virtual tables SQL Server maintains for
triggers?
Answer Posted / laxman
OLD and NEW tables for oracle.
For sql server inserted & deleted.
| Is This Answer Correct ? | 19 Yes | 0 No |
Post New Answer View All Answers
What are the types of indexes?
in a table is b in column k (manikanta,sivananda,muralidhar) i want result like (mnikanta,sivnanda,murlidhar) please slove it
What is sql server programming?
What is the difference between functions and stored procedures?
If you lose rights to your sql server instance what are the options to connect to sql server instance? : sql server security
Can you name some of the dml commands in sql?
What is the difference between ddl and dml?
What do you understand by user-defined function in the sql server?
What happens if null values are involved in boolean operations?
What is data block and how to define data block size?
What is the difference between update lock and exclusive lock?
What is impersonation? What are the different impersonation options available in ssas? : sql server analysis services, ssas
Tell me what do you understand by a view? What does the with check option clause for a view do?
Why is there a performance difference between two similar queries where one uses union and the other uses union all?
How many columns can we include on clustered index ?