what is difference between procedure and function,
procedure and trigger?
Answer Posted / suresh somayajula
Difference between Procs & Triggers is;
We have control over the firing of Stored Proceudres,
but we don't have control over the firing of Database
Triggers.
Is This Answer Correct ? | 12 Yes | 3 No |
Post New Answer View All Answers
Is keyword pl sql?
What does seeding a database mean?
Can we join same table in sql?
What is the difference between function and procedure in pl/sql?
What is the difference among union, minus and intersect?
What does pl sql developer do?
Is left join same as inner join?
Differentiate pl/sql and sql?
Is time a data type in sql?
what are the features and advantages of object-oriented programming? : Sql dba
Is it possible to pass parameters to triggers?
What is secondary key?
How many types of indexes are there in sql?
What is a mutating table and a constraining table?
how can we destroy the session, how can we unset the variable of a session? : Sql dba