|
INTERVIEW QUESTIONS
XML
XQUERY
DETAILS
Question: How to perform comparisons in XQuery?
Answer: In XQuery we can compare the values with general comparisons and value comparisons.
1. General Comparisons : We perform general comparisons by using these symbols. Ex. =, !=, <, <=, >, >=
2. Value Comparisons : We use these symbols to perform value comparisons. Ex. ne, lt, le, eq, ge, gt.
Now, I given you how to use comparisons in XQuery. $bookstore//book/@q > 100 If any q attributes have values which is greater than 100 expression will return true.
|
|
|
Category |
XQuery Interview Questions & Answers -
Exam Mode /
Learning Mode
|
Rating |
(0.3) By 8075 users |
Added on |
4/29/2014 |
Views |
68436 |
Rate it! |
|
|
Question:
How to perform comparisons in XQuery?
Answer:
In XQuery we can compare the values with general comparisons and value comparisons.
1. General Comparisons : We perform general comparisons by using these symbols. Ex. =, !=, <, <=, >, >=
2. Value Comparisons : We use these symbols to perform value comparisons. Ex. ne, lt, le, eq, ge, gt.
Now, I given you how to use comparisons in XQuery. $bookstore//book/@q > 100 If any q attributes have values which is greater than 100 expression will return true. Source: CoolInterview.com
If you have the better answer, then send it to us. We will display your answer after the approval.
Rules to Post Answers in CoolInterview.com:-
- There should not be any Spelling Mistakes.
- There should not be any Gramatical Errors.
- Answers must not contain any bad words.
- Answers should not be the repeat of same answer, already approved.
- Answer should be complete in itself.
|
|
Related Questions |
View Answer |
|
How to perform conditional operations in XQuery?
|
View Answer
|
|
Give us syntax rules of XQuery?
|
View Answer
|
|
How you use XQuery FLWOR with HTML?
|
View Answer
|
|
How to use FLWOR expression given by XQuery in XML data?
|
View Answer
|
|
How to perform operation on node using XQuery function in XML?Explain with an example?
|
View Answer
|
|
WHich type of problems we can solved with XQuery?
|
View Answer
|
|
What is XQuery?
|
View Answer
|
Please Note: We keep on updating better answers to this site. In case you are looking for Jobs, Pls Click Here Vyoms.com - Best Freshers & Experienced Jobs Website.
View All XQuery Interview Questions & Answers - Exam Mode /
Learning Mode
|