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
Which tcp/ip port does sql server run?
What is meant by temporal data?
What is on delete restrict?
Which function is used to return remainder in a division operator in sql?
What is the default isolation level in sql server? : Transact sql
what is text? : Sql dba
Lookups are a key component in sql server integration services (ssis). Explain its purpose?
Can instead of triggers be used to fire once for each statement on a view?
discuss about myisam index statistics collection. : Sql dba
how to fetch common records from two tables? : Sql dba
How to select random rows from a table?
Which sql most popular?
How do I kill a query in postgresql?
What is a primary key? Explain
how to enter binary numbers in sql statements? : Sql dba