BIT301 Web Technology II

Web Technology IITU Board 2080

What is Xquery? Given following XML, write an XQuery to retrieve the title of movies having budget greater than 500. Write result of the XQuery expression. <MovieStore <Movie <Title Jaari</Title…

5

What is Xquery? Given following XML, write an XQuery to retrieve the title of movies having budget greater than 500. Write result of the XQuery expression. <MovieStore> <Movie> <Title>Jaari</Title> <Actor>Dayahang</Actor> <Year>2022</Year> <Budget>200</Budget> </Movie>

<Movie> <Title>Aadipurus</Title> <Actor>Prabhas</Actor> <Year>2023</Year> <Budget>1000</Budget> </Movie> </MovieStore>
A worked answer is on its wayMeanwhile, read the Web Technology II notes for this topic.

Discussion

Loading…

More Web Technology II questions

All Web Technology II old questions