Exam 1z0-829 All QuestionsBrowse all questions from this exam
Question 49

Given the course table:

Given the code fragment:

What is the result?

    Correct Answer: A

    The code is designed to update the course fees in the database where the course level equals 2. The prepared statement sets the course fee to 600.00 for records with COURSE_LEVEL = 2. In the provided course table, there are two records with COURSE_LEVEL = 2 (Java Architect and Java Master). Hence, the number of records updated will be 2.

Discussion
xplorerpjOption: A

A is the answer (No. of records updated)