What is a trigger ?

Answer Posted / anil_abbireddy

Trigger is a named Pl/Sql block associated with a table and
executed implicitly by the oracle when the DML operations
are performed against that table.

Is This Answer Correct ?    4 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Does mysql_real_escape_string prevent sql injection?

537


What are schema-level triggers?

574


Where do we use pl sql?

549


Is sql a programming?

545


Can a table contain multiple primary key’s?

624






Does normalization improve performance?

552


Why do we create views in sql?

551


Write the command to remove all players named sachin from the players table.

734


How do you rank data in sql?

515


what are wild cards used in database for pattern matching ? : Sql dba

546


i have a column which may contain this kind of value: 123*67_80,12*8889_5,34*8_874 ,12*7_7 (can contain space before a comma, and this string length can be anything) now i want to split this value into two column like: column1: 123*67,12*8889,34*8,12*7 column2: 80,5,874,7 use function for this

1063


What is substitution variable in pl sql?

501


what is 'mysqlcheck'? : Sql dba

573


What are sql objects?

538


What is pl sql in dbms?

503