Which of the following is suitable for the blanks respectively? PreparedStatement sql = connection.prepareStatement(select * from personel); ResultSet result=sql. while (. .next()) { String name=result.getString("isim"); int age=result.getlnt("yas");

Oracle 12c: SQL
3rd Edition
ISBN:9781305251038
Author:Joan Casteel
Publisher:Joan Casteel
Chapter3: Table Creation And Management
Section: Chapter Questions
Problem 2MC
icon
Related questions
Question
100%
Which of the following is suitable for the blanks respectively?
PreparedStatement sql = connection.prepareStatement(select * from
personel);
ResultSet result=sql.
while ( .next()) {
String name=result.getString("isim");
int age=result.getInt("yas");
}
O executeQuery() , sql
O executeUpdate() , sql
executeUpdate() , result
O executeQuery() , result
Transcribed Image Text:Which of the following is suitable for the blanks respectively? PreparedStatement sql = connection.prepareStatement(select * from personel); ResultSet result=sql. while ( .next()) { String name=result.getString("isim"); int age=result.getInt("yas"); } O executeQuery() , sql O executeUpdate() , sql executeUpdate() , result O executeQuery() , result
Expert Solution
steps

Step by step

Solved in 2 steps

Blurred answer
Knowledge Booster
Table
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Oracle 12c: SQL
Oracle 12c: SQL
Computer Science
ISBN:
9781305251038
Author:
Joan Casteel
Publisher:
Cengage Learning