Answer Posted / dsr
Function returns the value.Trigger is not complusory return
the value.
| Is This Answer Correct ? | 2 Yes | 6 No |
Post New Answer View All Answers
Which database is used for java?
State the three different ways in which you can create a table?
How to invoke Oracle Stored Procedure with Database Objects as IN/OUT?
What is the full form of jdbc?
Write an sql to find all records having all upper case alphanumeric characters in a field ?
What does the jdbc driver interface do?
What are the factors that the jdbc driver performance depends upon?
What isolation level is used by the DBMS when inserting, updating and selecting rows from a database?
What is JDBC Connection isolation levels?
I have the choice of manipulating database data using a byte[] or a java.sql.blob. Which has best performance?
Does jdbc use ssl?
If you are truncated using JDBC, how can you that how much data is truncated?
What do you mean by batch processing in jdbc?
What does adapter class provide?
If you are given a choice to implement the code to either insert a record or update if already exist, which approach will you follow ?