XQuery

XQuery

1st Grade

7 Qs

quiz-placeholder

Similar activities

Quiz 9 Semantik Web-SPARQL

Quiz 9 Semantik Web-SPARQL

1st Grade

5 Qs

แบบทดสอบก่อนเรียน บทที่ 1

แบบทดสอบก่อนเรียน บทที่ 1

1st - 5th Grade

10 Qs

XML_XPATH

XML_XPATH

1st Grade

4 Qs

Quiz 1 - Introduction to Database Systems

Quiz 1 - Introduction to Database Systems

1st Grade

11 Qs

Fiscal TAF

Fiscal TAF

1st Grade

10 Qs

Google Docs

Google Docs

1st - 5th Grade

7 Qs

Google App

Google App

KG - University

10 Qs

Database Fundamentals

Database Fundamentals

KG - University

10 Qs

XQuery

XQuery

Assessment

Quiz

Computers

1st Grade

Medium

Created by

seyma takir

Used 3+ times

FREE Resource

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

XQuery is the ....

 query language for XML.

 query language for XSL  

 query language for XHTML

query language for XSLT

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

XQuery uses ______ to address specific parts of an XML document.

XHTML syntax

XSL syntax

XPath syntax

XSLT syntax

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

XQuery for XML is like SQL for

Oracle

database

tables

PL/SQL

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

XQuery is a language for finding and extracting the elements and attributes from

XML documents

tables

database

files

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which function is basically used to open the file.

open()

 fopen()

doc()

fileOpen()

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is FLWOR ?

 Foreach,Let,Where as,Object,Record

For, Let,Where as,Object,Record

For, Let, Where, Order by, Return

 None of these

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the right syntax of the doc() function ?

doc('bookdetails.xml')

doc("bookdetails.xml")

doc("bookdetails.xml");

doc(bookdetails.xml);