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
What are types of jdbc drivers?
Explain the locking system in jdbc & its types?
What is DML?
Why do I get UnsatisfiedLinkError when I try to use my JDBC driver?
What is the use of getGeneratedKeys() method in Statement?
What is jdbc class forname?
Does jdbc use ssl?
Explain the importance of drivermanager.
Why would you use setautocommit(false) in jdbc?
What is JDBC ResultSet?
What are the three parts of a jdbc url?
How do I find ojdbc jar version?
Compare jdbc and odbc and how is jdbc required in this context.
How many ways can you update a result set?
Explain the JDBC Architecture?