What are the types of statement? explain
Answer / dsr
There are three types of statements
1.statement
2.preparted statement
3.callable statement.
1.statement:like as sql query.
2.prepared statement:pre-compiled sql query.
3.callable statement-to call the stored procedure.
| Is This Answer Correct ? | 38 Yes | 7 No |
Why does my function print none?
What is the difference between static binding and dynamic binding?
What are virtual functions?
What is the use of parseint in java?
What is heterogeneous in java?
Explain the difference between intermediate and terminal operations in java8?
What is :: operator in java 8?
How can i add a button in applet in java ???
What are the properties of thread?
What is casting in java programming?
What are the default and parameterized constructors?
Is singleton class immutable?