Answer Posted / sanjay
after trigger - insert - inserted logical table
delete - deleted logical table
update - insert/delete logical table
instead trigger - insert - inserted logical table
delete - deleted logical table
update - insert/delete logical table
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
How many types of dimensions are there and what are they? : sql server analysis services, ssas
what is the difference between Delete and Truncate command in SQL
What is indexed view?
What is the server name in sql server?
What are the basic functions for master, msdb, model, tempdb databases?
What are a database and a data warehouse?
What is a trigger and types of a trigger?
can an order by clause be used in a creation of a view?
What are ddl (data definition language) statements for tables in ms sql server?
you want to be sure that queries in a database always execute at the maximum possible speed. To achieve this goal you have created various indexes on tables which other statement will keep the database in good condition? : Sql server administration
Explain what are the restrictions that views have to follow? : SQL Server Architecture
What is field with example?
What is acid db?
What is the use of sql profiler in sql server 2012?
What is a View ? Can we insert, Update and delete a view?