what is the difference between trigger and storedprocedures
Answer Posted / monika nargotra
triggers can't accept parameters from users whereas stored
procedures can accept parameters from users.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How do you bind variables in pl sql?
Who developed sql?
What found sql?
how can we find the number of rows in a table using mysql? : Sql dba
how to convert character strings to numeric values? : Sql dba
Explian rowid, rownum? What are the psoducolumns we have?
what is index? : Sql dba
Is vs as in pl sql?
What is difference between table and view?
Which table is left in left join?
What is the requirement of self-join?
What is user defined functions?
What are the possible values for the boolean data field?
How do I run a program in pl sql?
how to drop an existing index in mysql? : Sql dba