How many types of TRIGGERS are there in MS SQL Server?
Answer Posted / abcd
3 types:
1. DML,
2. DDL &
3. CLR (is it right?)
| Is This Answer Correct ? | 36 Yes | 50 No |
Post New Answer View All Answers
what are candidate key, alternate key and composite key? : Sql server database administration
A user is a member of the public role and the sales role. The public role has select permission on all the tables. The sales role does not have select permission on some of the tables will the user be able to select from all tables?
What is the order in which the sql query is executed?
what is the information that can be stored inside a bit column? : Sql server database administration
What is shrink log file?
How to rename databases in ms sql server?
Which is better statement or preparedstatement?
How to truncate the log in sql server 2012? : sql server database administration
tell me what are the steps you will take to improve performance of a poor performing query? : Sql server database administration
What is tabulation?
What is the use of custom fields in report?
When to use null data driven subscription?
What is stored in the mssqlsystemresource database? : sql server database administration
What is the difference between lock, block and deadlock? : sql server database administration
How does stuff differ from the replace function?