Answer Posted / srinivas t
Triggers: are special class of stored procedures to execute
automatically when an update,insert or statement is issued
against a table or view.
Function:Function is used to return value after performing
the tasks to the callable fucntion.
| Is This Answer Correct ? | 14 Yes | 0 No |
Post New Answer View All Answers
If I use the JDBC API, do I have to use ODBC underneath?
What is in terms of jdbc a datasource?
Jdbc-odbc bridge is multi-threaded or not?
What happens if we don't close the connection in jdbc?
How can I use the JDBC API to access a desktop database like Microsoft Access over the network?
Where is ojdbc14 jar located?
What is the use of callablestatement? Name the method, which is used to prepare a callablestatement.
How can I get or redirect the log used by DriverManager and JDBC drivers?
How vendor Naming registry supports JNDI?
What are the differences between statement and preparedstatement interface?
What is execute in java?
What are the jdbc drivers in java?
Explain the difference between inner and outer join ?
The new features of the JDBC 2.0 API, will be supported for JDBC-ODBC Bridge?
What packages are used by jdbc?