1z0-829 Exam QuestionsBrowse all questions from this exam

1z0-829 Exam - Question 49


Given the course table:

Given the code fragment:

What is the result?

Show Answer
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

1 comment
Sign in to comment
xplorerpjOption: A
Jun 25, 2024

A is the answer (No. of records updated)