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 |
Which of the attributes in the monitoring tab for a jdbc connection pool in the administrative console tell us how many clients are currently waiting for a connection?
What is resultset in jdbc with example?
What is jdbc and odbc in java?
what is the difference between SENSITIVE and INSENSITIVE?
How can you tune SQL statements?
How we can you use preparedstatement.
Which interface is responsible for transaction management in jdbc?
What is the function of setautocommit?
What does executeupdate return in jdbc?
What are the advantages of using jdbc datasource?
What is batch processing and how to perform batch processing in jdbc?
callable is interface or class ?