Answer Posted / veera
Trigger is an database object and Associated with table or View. Whenever perform operations(DML,select)on that table or view trigger fire implicitly and executes set of PL/SQL statements.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what is heap table? : Sql dba
how to increment dates by 1 in mysql? : Sql dba
What is the use of <> sql?
Is the primary key an index?
which operator is used in query for pattern matching? : Sql dba
Is pl sql better than sql?
What are sql queries used for?
Does truncate release storage space?
When are we going to use truncate and delete?
How do I run a pl sql program?
Do foreign keys improve performance?
What is $$ in sql?
What is cte sql?
What is a unique constraint?
Advantages and disadvantages of stored procedure?