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 do we call a stored procedure from jdbc?
What are the functions of the jdbc connection interface?
What is JDBC?
3 Answers Akamai Technologies,
What type of driver called is pure Java driver?
What is odbc. how is it related to sql cli?
Can I set up a connection pool with multiple user IDs? The single ID we are forced to use causes problems when debugging the DBMS.
What is java soft framework?
What is the latest version of JDBC? What are the new features added in that?
What is JDBC Connection? Explain steps to get Database connection in a simple java program.
State the different connection methods used for creating different types of sql.
How can we retrieve data from the resultset?
What is the difference between client and server database cursors?