From 3217f86ee6e54aff692de2253e0c0283c24f35b2 Mon Sep 17 00:00:00 2001 From: IMHOJEONG <39ghwjd@naver.com> Date: Sat, 7 Oct 2023 12:45:59 +0900 Subject: [PATCH 1/2] [add]: add index.md for web/glossary/xquery --- files/ko/glossary/xquery/index.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 files/ko/glossary/xquery/index.md diff --git a/files/ko/glossary/xquery/index.md b/files/ko/glossary/xquery/index.md new file mode 100644 index 00000000000000..b5630ca88398a3 --- /dev/null +++ b/files/ko/glossary/xquery/index.md @@ -0,0 +1,15 @@ +--- +title: XQuery +slug: Glossary/XQuery +l10n: + sourceCommit: ada5fa5ef15eadd44b549ecf906423b4a2092f34 +--- + +{{GlossarySidebar}} + +**XQuery** 는 {{glossary("XML")}} 데이터베이스의 데이터를 업데이트, 검색 및 계산하기 위한 컴퓨터 언어입니다. + +## 같이 보기 + +- [공식 웹사이트](https://www.w3.org/XML/Query/) +- 위키백과의 [XQuery](https://en.wikipedia.org/wiki/XQuery) From 3a96c984636b6705e80e29348aaecd4876c0d508 Mon Sep 17 00:00:00 2001 From: hochan Lee Date: Sat, 7 Oct 2023 17:58:21 +0900 Subject: [PATCH 2/2] Update files/ko/glossary/xquery/index.md --- files/ko/glossary/xquery/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/ko/glossary/xquery/index.md b/files/ko/glossary/xquery/index.md index b5630ca88398a3..da7441d61bd493 100644 --- a/files/ko/glossary/xquery/index.md +++ b/files/ko/glossary/xquery/index.md @@ -7,7 +7,7 @@ l10n: {{GlossarySidebar}} -**XQuery** 는 {{glossary("XML")}} 데이터베이스의 데이터를 업데이트, 검색 및 계산하기 위한 컴퓨터 언어입니다. +**XQuery** 는 {{glossary("XML")}} 데이터베이스의 데이터를 갱신, 검색 및 계산하기 위한 컴퓨터 언어입니다. ## 같이 보기