What are the types of triggers ?
Answer Posted / mohan
Database triggers and Application triggers
In database triggers
(Before, after)
(row level, statement level)
(insert,update,delete)
| Is This Answer Correct ? | 43 Yes | 25 No |
Post New Answer View All Answers
Why is sql important?
Why is there a need for sqlcode and sqlerrm variables?
What is sql rowcount?
Why do we use %rowtype & %type in plsql?
What is trigger in sql? Explain
Is primary key an index?
Why stored procedure is faster than query?
column A column b | output 10 7 | 10 5 8 | 8 7 -9 | 7 3 5 | 5 0 6 | 6 Write a sql query to print such output.
What is sql integrity?
What is sql comments?
What is ttitle and btitle?
What will you get by the cursor attribute sql%notfound?
how to include character strings in sql statements? : Sql dba
What are sql constraints?
What is normalization sql?