Oracle
1Z0-909 · Question #8
1Z0-909 Question #8: Real Exam Question with Answer & Explanation
Sign in or unlock 1Z0-909 to reveal the answer and full explanation for question #8. The question stem and answer options stay visible for context.
JSON
Question
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?
Exhibit
Options
- ASELECT doc->"$.name" FROM col WHERE doc->"$.season" = "1";
- BSELECT "S.name" FROM col WHERE "S.season" = "1";
- CSELECT doc-?,$.name,, FROM col WHERE doc-?quot;$ . seas"t; "t"t;;
- DSELECT name FROM col WHERE season = 1;
Unlock 1Z0-909 to see the answer
You've previewed enough free 1Z0-909 questions. Unlock 1Z0-909 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.
Topics
#JSON path notation#JSON queries#Oracle SQL#WHERE clause filtering
