Oracle 1Z0-909 Actual Free Exam Questions & Community Discussion

  • Exam Code/Number: 1Z0-909
  • Exam Name/Title: MySQL 8.0 Database Developer
  • Certification Provider: Oracle
  • Corresponding Certification: MySQL Developer
  • Exam Questions: 66
  • Updated On: Jul 07, 2026
Examine this statement which executes successfully:
CREATE TABLE 'fshop' ('product' JSON DEFAULT NULL ) ENGINE=InnoDB;
Now, examine a json value contained in the table:
{"name" : "orange", "varieties" : [{"VarietyName":"Clementine", "Origin" : ["PA", "BU"] }, {"VarietyName": "tangerine", "Origin" : ["CH","JP"]>]> Which will cause documents to be indexed over the 'name' key?
Correct Answer: E Vote an answer
Examine these statement which execute successfully:

Now, examine this desired output:

Which two queries will produce the out?
Correct Answer: D,E Vote an answer
Examine the content of the employee table:

Now examine this PHP script:

Finally examine this desired output:
Correct Answer: A Vote an answer
Examine this statement and output:

Which is true?
Correct Answer: D Vote an answer
Examine these statements:
SET collation_connection=utf8mb4_0900_as_cs;
SELECT STRCMPCAlice', UCASE ('Alice* )) ;
What is displayed?
Correct Answer: C Vote an answer
Examine these commands which execute successfully:
mYsql> CREATE TABLE income (acct_num INT, amount DECIMAL(10,2));
mysql> CREATE TRIGGER subtotal BEFORE INSERT ON income
FOR EACH ROW SET @subtotal = subtotal + NEW.amount;
Which is true for the income table?
Correct Answer: B Vote an answer
The collection col contains all episodes for all seasons for a TV show.
Examine this document which has an example of the details for each episode:

Which query returns all expisode names from the first season?
Correct Answer: D Vote an answer
0
0
0
10