Oracle
1Z0-434 · Question #45
1Z0-434 Question #45: Real Exam Question with Answer & Explanation
Sign in or unlock 1Z0-434 to reveal the answer and full explanation for question #45. The question stem and answer options stay visible for context.
Question
Given the following XML document, which two XPath expressions return the same result? <?xml version ="1.0" encoding ="UTF ?8">; <bookstore> <book category="COOKING"> <title lang="en">Everyday Italian Treats</title> <author>George Smith</author> <year>2009</year> <price>30.00</price> </book> <book category="WEB"> <title lang="en">Getting Started with XPath</title> <author>Tammy Lee</author> <author>SergieLadloff</author> <year>2011</year> <price>49.99</price> </book> </bookstore>
Options
- Abookstore/book/author
- Bbookstore/book/author/text ()
- Cbookstore/book/author/*
- Dbookstore//author/text ()
- E//author/@text
- F//author/*text
Unlock 1Z0-434 to see the answer
You've previewed enough free 1Z0-434 questions. Unlock 1Z0-434 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.