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
The new features of the JDBC 2.0 API, will be supported for JDBC-ODBC Bridge?
What is sqlwarning?
How to set NULL values in JDBC PreparedStatement?
Which type of driver provides jdbc access via one or more odbc drivers?
What is jdbc connection string?
Is jdbc object oriented?
Where is mysql jdbc driver located?
What does the jdbc databasemetadata interface?
When do we get java.sql.SQLException: No suitable driver found?
Briefly tell about the jdbc architecture.
Explain the steps in writing a java program using jdbc?
Where jdbc drivermanager class is used?
Explain how to make updates to the updatable resultsets.
What is JDBC PreparedStatement?
How can we execute stored procedures?