0

I'm using native xml database Sedna system, and I don't fully understand it. Is xQuery just for getting data and show it ? or I can select, insert and update records (actually node's data or attributes). if it is how can I do it using xQuery ?

2 Answers 2

2

Sedna provides simple proprietary updates language to manipulate data.

See there: Update Language for details and examples.

Let me know if you still have questions.

Sign up to request clarification or add additional context in comments.

Comments

2

XQuery "core" is read-only, but there is also a standardized XQuery Update Facility defined as an extension to the core language.

Because the Update spec was late in development, many XML database vendors anticipated it with their own proprietary update languages or XQuery extensions. I don't know what the situation is with Sedna.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.