From fd031bb8c78ab99464a197bbb1ea7333df6a89ba Mon Sep 17 00:00:00 2001 From: Kaypee Date: Wed, 24 Apr 2024 00:06:53 +0000 Subject: [PATCH] feat(core): add sql standard (#24) * Add missing punctuations * Add Sql standard * fix build errors * Fix ci error * Fix ci pipeline --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index bfd385d..e91c091 100644 --- a/README.md +++ b/README.md @@ -140,6 +140,13 @@ - Protocol Buffers are language-neutral, platform-neutral extensible mechanisms for serializing structured data. +### [SQL Standard – ISO/IEC 9075:2023 (ANSI X3.135)](https://blog.ansi.org/sql-standard-iso-iec-9075-2023-ansi-x3-135/) + +- SQL (standing for Structured Query Language) is the standard language for + relational database management systems. Read more at the ANSI Blog: + The SQL Standard – ISO/IEC 9075:2023 (ANSI X3.135) + [https://blog.ansi.org/?p=158690](more). + ### [URI](https://datatracker.ietf.org/doc/html/rfc3986) - A Uniform Resource Identifier (URI) is a compact sequence of characters