adspace
Answer Posted / Leena Rani
There are four types of SQL triggers: DDL triggers, Data Manipulation Language (DML) triggers, Logon triggers, and Logoff triggers. DDL triggers execute in response to database events such as creating or altering a table. DML triggers execute in response to data manipulation events such as inserting or updating a row in a table. Logon triggers execute when a user logs into the database, while logoff triggers execute when a user logs out of the database.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Is primary key clustered index?
how to start mysql server? : Sql dba
what is collation? : Sql dba
what is bcp? When does it used? : Sql dba
what is dbms? : Sql dba
what is schema? : Sql dba
Hi am new to PLSQL & facing problems in writing code like in SP, Functions, so any one having some SP coding with in depth explanation please share with me my Email ID suvarnaatsuvarna@rediffmail.com Or taking tanning on this please do contact me
what are the advantages of sql ? : Sql dba
What is your daily office routine?
what are all the common sql function? : Sql dba
How do I remove duplicates in two columns?
what is sql server agent? : Sql dba
Can we use distinct and group by together?
What is the current version of postgresql?
Can delete statement be rollbacked?