What is the difference between triggers and procedures?
Answer Posted / sangeeta
Triggers are group of SQL statements which are executed
automatically in response to the DML ie. Data Manipulation
Language - insert / update / delete.
Procedures are also group of SQL statements submitted
together to the server for execution. Unlike triggers
Procedures have to be executed explicitly.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
How many types of jdbc drivers are available?
What is a merge field?
What are common JDBC Exceptions?
What is xe in oracle jdbc url?
What is jdbc driver for sql server?
What does the connection object represents?
Explain Basic Steps in Writing a Java Program Using Jdbc?
Is jdbc database independent?
Discuss the significances of jdbc.
Name the new features added in jdbc 4.0.
How can I determine the isolation levels supported by my DBMS?
What is the meaning of batch updates?
What are the three basic components of the odbc architecture?
How can I create a custom RowSetMetaData object from scratch?
What do you mean by two phase commits?