How to call a trigger inside a stored procedure?Give an
example.
Answers were Sorted based on User's Feedback
Answer / manikandan. s
triggers can't be called from procedures or functions
| Is This Answer Correct ? | 11 Yes | 2 No |
Answer / jay
Inside procedure, insert/update/delete the row in table.
The table will automatically fire the trigger. Trigger will
get fire automatically.
| Is This Answer Correct ? | 8 Yes | 2 No |
What is a system tablespace?
What is the string concatenation operator in oracle?
what is difference between table and view? where to use views? thanks in advance!
What is oracle update statement with inner join ?
What is Database Link ?
How to call a stored function in oracle?
How to list all indexes in your schema?
What is literal?
What do you understand by a database object?
Can you have more than one content canvas view attached with a window ?
How to build data dictionary view an new database?
3. Display all the client numbers in the ORDER table. Remove duplicates.