Answer the following statements true (T) or false (F)

1) PreparedStatement class allows execution of SQL statements with parameters.
2) CallableStatement class allows call to PL/SQL blocks.
3) SQL statements are embedded directly into Java program with SQLj.
4) Host variables are used in SQLj program as IN parameters only.
5) Two types of SQLj iterators are named and anonymous iterators.

1) T
2) T
3) T
4) F
5) F

Computer Science & Information Technology

You might also like to view...

Which of the following is NOT a method for entering data into a database?

A) capturing from a Web site B) importing from another source C) scanning a printed document D) using the keyboard

Computer Science & Information Technology

To assign a field size of 12 to a field you would ________

A) type 12 in the Description area of that field B) pick Long Text from the Data Type list C) pick Short Text from the Data Type list D) enter 12 in the Field Size property of that field

Computer Science & Information Technology