@@ -264,7 +264,7 @@ F401 Extended joined table 01 NATURAL JOIN YES
264
264
F401 Extended joined table 02 FULL OUTER JOIN YES
265
265
F401 Extended joined table 04 CROSS JOIN YES
266
266
F402 Named column joins for LOBs, arrays, and multisets YES
267
- F403 Partitioned joined tables NO
267
+ F403 Partitioned join tables NO
268
268
F404 Range variable for common column names YES
269
269
F411 Time zone specification YES differences regarding literal interpretation
270
270
F421 National character YES
@@ -297,7 +297,7 @@ F611 Indicator data types YES
297
297
F641 Row and table constructors YES
298
298
F651 Catalog name qualifiers YES
299
299
F661 Simple tables YES
300
- F671 Subqueries in CHECK NO intentionally omitted
300
+ F671 Subqueries in CHECK constraints NO intentionally omitted
301
301
F672 Retrospective check constraints YES
302
302
F673 Reads SQL-data routine invocations in CHECK constraints NO
303
303
F690 Collation support YES but no character set support
@@ -397,13 +397,13 @@ S281 Nested collection types NO
397
397
S291 Unique constraint on entire row NO
398
398
S301 Enhanced UNNEST YES
399
399
S401 Distinct types based on array types NO
400
- S402 Distinct types based on distinct types NO
400
+ S402 Distinct types based on multiset types NO
401
401
S403 ARRAY_MAX_CARDINALITY NO
402
402
S404 TRIM_ARRAY YES
403
403
T011 Timestamp in Information Schema NO
404
404
T021 BINARY and VARBINARY data types NO
405
405
T022 Advanced support for BINARY and VARBINARY data types NO
406
- T023 Compound binary literal NO
406
+ T023 Compound binary literals NO
407
407
T024 Spaces in binary literals NO
408
408
T031 BOOLEAN data type YES
409
409
T041 Basic LOB data type support NO
@@ -437,7 +437,7 @@ T174 Identity columns YES
437
437
T175 Generated columns NO mostly supported
438
438
T176 Sequence generator support NO supported except for NEXT VALUE FOR
439
439
T177 Sequence generator support: simple restart option YES
440
- T178 Identity columns: simple restart option YES
440
+ T178 Identity columns: simple restart option YES
441
441
T180 System-versioned tables NO
442
442
T181 Application-time period tables NO
443
443
T191 Referential action RESTRICT YES
@@ -511,7 +511,7 @@ T613 Sampling YES
511
511
T614 NTILE function YES
512
512
T615 LEAD and LAG functions YES
513
513
T616 Null treatment option for LEAD and LAG functions NO
514
- T617 FIRST_VALUE and LAST_VALUE function YES
514
+ T617 FIRST_VALUE and LAST_VALUE functions YES
515
515
T618 NTH_VALUE function NO function exists, but some options missing
516
516
T619 Nested window functions NO
517
517
T620 WINDOW clause: GROUPS option YES
@@ -558,23 +558,23 @@ M005 Foreign schema support NO
558
558
M006 GetSQLString routine NO
559
559
M007 TransmitRequest NO
560
560
M009 GetOpts and GetStatistics routines NO
561
- M010 Foreign data wrapper support NO different API
561
+ M010 Foreign- data wrapper support NO different API
562
562
M011 Datalinks via Ada NO
563
563
M012 Datalinks via C NO
564
564
M013 Datalinks via COBOL NO
565
565
M014 Datalinks via Fortran NO
566
566
M015 Datalinks via M NO
567
567
M016 Datalinks via Pascal NO
568
568
M017 Datalinks via PL/I NO
569
- M018 Foreign data wrapper interface routines in Ada NO
570
- M019 Foreign data wrapper interface routines in C NO different API
571
- M020 Foreign data wrapper interface routines in COBOL NO
572
- M021 Foreign data wrapper interface routines in Fortran NO
573
- M022 Foreign data wrapper interface routines in MUMPS NO
574
- M023 Foreign data wrapper interface routines in Pascal NO
575
- M024 Foreign data wrapper interface routines in PL/I NO
569
+ M018 Foreign- data wrapper interface routines in Ada NO
570
+ M019 Foreign- data wrapper interface routines in C NO different API
571
+ M020 Foreign- data wrapper interface routines in COBOL NO
572
+ M021 Foreign- data wrapper interface routines in Fortran NO
573
+ M022 Foreign- data wrapper interface routines in MUMPS NO
574
+ M023 Foreign- data wrapper interface routines in Pascal NO
575
+ M024 Foreign- data wrapper interface routines in PL/I NO
576
576
M030 SQL-server foreign data support NO
577
- M031 Foreign data wrapper general routines NO
577
+ M031 Foreign- data wrapper general routines NO
578
578
X010 XML type YES
579
579
X011 Arrays of XML type YES
580
580
X012 Multisets of XML type NO
@@ -593,7 +593,7 @@ X036 XMLComment YES
593
593
X037 XMLPI YES
594
594
X038 XMLText NO
595
595
X040 Basic table mapping YES
596
- X041 Basic table mapping: nulls absent YES
596
+ X041 Basic table mapping: null absent YES
597
597
X042 Basic table mapping: null as nil YES
598
598
X043 Basic table mapping: table as forest YES
599
599
X044 Basic table mapping: table as element YES
@@ -603,7 +603,7 @@ X047 Basic table mapping: metadata mapping YES
603
603
X048 Basic table mapping: base64 encoding of binary strings YES
604
604
X049 Basic table mapping: hex encoding of binary strings YES
605
605
X050 Advanced table mapping YES
606
- X051 Advanced table mapping: nulls absent YES
606
+ X051 Advanced table mapping: null absent YES
607
607
X052 Advanced table mapping: null as nil YES
608
608
X053 Advanced table mapping: table as forest YES
609
609
X054 Advanced table mapping: table as element YES
@@ -614,16 +614,16 @@ X058 Advanced table mapping: base64 encoding of binary strings YES
614
614
X059 Advanced table mapping: hex encoding of binary strings YES
615
615
X060 XMLParse: character string input and CONTENT option YES
616
616
X061 XMLParse: character string input and DOCUMENT option YES
617
- X065 XMLParse: BLOB input and CONTENT option NO
618
- X066 XMLParse: BLOB input and DOCUMENT option NO
617
+ X065 XMLParse: binary string input and CONTENT option NO
618
+ X066 XMLParse: binary string input and DOCUMENT option NO
619
619
X068 XMLSerialize: BOM NO
620
620
X069 XMLSerialize: INDENT NO
621
621
X070 XMLSerialize: character string serialization and CONTENT option YES
622
622
X071 XMLSerialize: character string serialization and DOCUMENT option YES
623
623
X072 XMLSerialize: character string serialization YES
624
- X073 XMLSerialize: BLOB serialization and CONTENT option NO
625
- X074 XMLSerialize: BLOB serialization and DOCUMENT option NO
626
- X075 XMLSerialize: BLOB serialization NO
624
+ X073 XMLSerialize: binary string serialization and CONTENT option NO
625
+ X074 XMLSerialize: binary string serialization and DOCUMENT option NO
626
+ X075 XMLSerialize: binary string serialization NO
627
627
X076 XMLSerialize: VERSION NO
628
628
X077 XMLSerialize: explicit ENCODING option NO
629
629
X078 XMLSerialize: explicit XML declaration NO
@@ -656,9 +656,9 @@ X142 IS VALID predicate: ACCORDING TO clause NO
656
656
X143 IS VALID predicate: ELEMENT clause NO
657
657
X144 IS VALID predicate: schema location NO
658
658
X145 IS VALID predicate outside check constraints NO
659
- X151 IS VALID predicate with DOCUMENT option NO
660
- X152 IS VALID predicate with CONTENT option NO
661
- X153 IS VALID predicate with SEQUENCE option NO
659
+ X151 IS VALID predicate: with DOCUMENT option NO
660
+ X152 IS VALID predicate: with CONTENT option NO
661
+ X153 IS VALID predicate: with SEQUENCE option NO
662
662
X155 IS VALID predicate: NAMESPACE without ELEMENT clause NO
663
663
X157 IS VALID predicate: NO NAMESPACE with ELEMENT clause NO
664
664
X160 Basic Information Schema for registered XML Schemas NO
0 commit comments