nerdexam
Oracle

1Z0-819 · Question #198

1Z0-819 Question #198: Real Exam Question with Answer & Explanation

Sign in or unlock 1Z0-819 to reveal the answer and full explanation for question #198. The question stem and answer options stay visible for context.

Question

Given the Customer table structure: ID Number Primary Key NAME Varchar(20) Given code fragment: 12. PreparedStatement stmt = con.prepareStatement("INSERT INTO CUSTOMER VALUES (?,?,?)"); 13. stmt.setInt(1, 10); 14. /* Insert code here */ 15. int stat.execute.executeUpdate(); Which statement inserted in line 14 sets NAME column to a NULL value?

Options

  • Astmt.setNull(2, java.sql.Types.VARCHAR);
  • Bstmt.setNull(2, string, class);
  • Cstmt.setNull(2, null);
  • Dstmt.setNull(2, java.lang, string);

Unlock 1Z0-819 to see the answer

You've previewed enough free 1Z0-819 questions. Unlock 1Z0-819 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.

Full 1Z0-819 Practice