What is the difference between triggers and procedures?
Answer / 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 |
How to connect multiple database in jdbc?
What is jdbc architecture in java?
Is jpa faster than jdbc?
What is the use of dialect?
what is metadata and it's use?
Is there another way of dealing with the result set that could execute faster?
Why did my jdbc code throw a rollback sqlexception?
What is new in JDBC 2.0?
What is the use of statement in jdbc?
When does the result for an sql statement return null?
What is batch processing and how to perform batch processing in jdbc?
How can I write to the log used by DriverManager and JDBC drivers?