Oracle MySQL 8.0 Database Developer (1z1-909) Free Practice Test
Question 1
Examine this statement which executes successfully:
SET @ir := 2;
Which query updates the value of @r to 0?
SET @ir := 2;
Which query updates the value of @r to 0?
Correct Answer: C
Question 2
Examine these statements issued from Session 1 which execute successfully:

Now, examine this statement issued from Session 2:

What is the outcome of the update statement in Session 2?

Now, examine this statement issued from Session 2:

What is the outcome of the update statement in Session 2?
Correct Answer: C
Question 3
Examine this event's metadata:

Now examine this command:
DROP USER 'userl'e'localhost';
Which effect will the command have on the event?

Now examine this command:
DROP USER 'userl'e'localhost';
Which effect will the command have on the event?
Correct Answer: B
Question 4
Examine this bar graph based on columns from the players table:

Which two statements would generate this bar graph?

Which two statements would generate this bar graph?
Correct Answer: D,E
Question 5
Examine this statement and output:

Now, examine these desired output values:

Which statement updates the table data as require

Now, examine these desired output values:

Which statement updates the table data as require
Correct Answer: F
Question 6
What is an advantage of using mysqli in PHP programs rather than using PHP Data Objects (PDO)?
Correct Answer: C
Question 7
Examine this statement:
DECLARE not_found CONDITION FOR SQLSTATE '02000';
In which two statements can not found be used?
DECLARE not_found CONDITION FOR SQLSTATE '02000';
In which two statements can not found be used?
Correct Answer: C,E