what is the difference between trigger and storedprocedures
Answer Posted / poonam
Actually triger in action which is performed automatically
before or after a event occur and stored procedure is a
procedure which is executed when the it is called. Stored
procedure is module.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
what is a composite primary key ? : Sql dba
What is sqlite format?
what is the difference between cluster and non cluster index? : Sql dba
What is the current version of postgresql?
What is sql profiling in oracle?
Does pl/sql support create command?
what is normalization? : Sql dba
What is embedded sql in db2?
What is normalization in a database?
Is left join inner or outer?
What is rowid in sql?
How do you write an inner join 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 are null values? : Sql dba
What are schema-level triggers?