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 the usage of nvl function?
What is a natural join?
How can you tell the difference between an index and a view?
What is a variable in sql?
What is a left join?
How much does sql cost?
How is pl sql different from sql?
How to know the last executed procedure?
what are date and time data types? : Sql dba
What are sql constraints?
Why plvtab is considered as the easiest way to access the pl/sql table?
How to change sql*plus system settings?
tell us something about heap tables. : Sql dba
How are functions and procedures called in PL/SQL?
write an sql query to get third maximum salary of an employee from a table named employee_table. : Sql dba