what is the difference between trigger and storedprocedures
Answer Posted / sam katwal
Both are Same
Triggers are special Stored Producedures which are created
by User whereas Stored Procedures are created by the System.
| Is This Answer Correct ? | 2 Yes | 20 No |
Post New Answer View All Answers
What are all types of user defined functions?
Name three sql operations that perform a sort.
Is primary key always clustered index?
Can we create foreign key without primary key?
What is a sql schema used for?
Does sql profiler affect performance?
Can we use commit inside a trigger?
What is database white box testing and black box testing?
Can you skip header records while loading? : aql loader
Why function is used in sql?
Is id a reserved word in sql?
Is clustered index a primary key?
how to create a new table by selecting rows from another table in mysql? : Sql dba
What is the difference between clustered and non-clustered indexes?
Why schema is used in sql?