root/traduc/branches/bv747/manuel/features-supported.sgml

Revision 13, 31.2 kB (checked in by gleu, 3 years ago)

Suite de l'import pour le passage CVS à SVN.

Line 
1 <tbody>
2  <row>
3   <entry>B012</entry>
4   <entry>C&oelig;ur</entry>
5   <entry>Intégration de C</entry>
6   <entry></entry>
7  </row>
8  <row>
9   <entry>B021</entry>
10   <entry></entry>
11   <entry>SQL direct</entry>
12   <entry></entry>
13  </row>
14  <row>
15   <entry>E011</entry>
16   <entry>C&oelig;ur</entry>
17   <entry>Types de données numériques</entry>
18   <entry></entry>
19  </row>
20  <row>
21   <entry>E011-01</entry>
22   <entry>C&oelig;ur</entry>
23   <entry>INTEGER and SMALLINT data types</entry>
24   <entry></entry>
25  </row>
26  <row>
27   <entry>E011-02</entry>
28   <entry>C&oelig;ur</entry>
29   <entry>REAL, DOUBLE PRECISON, and FLOAT data types</entry>
30   <entry></entry>
31  </row>
32  <row>
33   <entry>E011-03</entry>
34   <entry>C&oelig;ur</entry>
35   <entry>DECIMAL and NUMERIC data types</entry>
36   <entry></entry>
37  </row>
38  <row>
39   <entry>E011-04</entry>
40   <entry>C&oelig;ur</entry>
41   <entry>Arithmetic operators</entry>
42   <entry></entry>
43  </row>
44  <row>
45   <entry>E011-05</entry>
46   <entry>C&oelig;ur</entry>
47   <entry>Numeric comparison</entry>
48   <entry></entry>
49  </row>
50  <row>
51   <entry>E011-06</entry>
52   <entry>C&oelig;ur</entry>
53   <entry>Implicit casting among the numeric data types</entry>
54   <entry></entry>
55  </row>
56  <row>
57   <entry>E021</entry>
58   <entry>C&oelig;ur</entry>
59   <entry>Character data types</entry>
60   <entry></entry>
61  </row>
62  <row>
63   <entry>E021-01</entry>
64   <entry>C&oelig;ur</entry>
65   <entry>CHARACTER data type</entry>
66   <entry></entry>
67  </row>
68  <row>
69   <entry>E021-02</entry>
70   <entry>C&oelig;ur</entry>
71   <entry>CHARACTER VARYING data type</entry>
72   <entry></entry>
73  </row>
74  <row>
75   <entry>E021-03</entry>
76   <entry>C&oelig;ur</entry>
77   <entry>Character literals</entry>
78   <entry></entry>
79  </row>
80  <row>
81   <entry>E021-04</entry>
82   <entry>C&oelig;ur</entry>
83   <entry>CHARACTER_LENGTH function</entry>
84   <entry></entry>
85  </row>
86  <row>
87   <entry>E021-05</entry>
88   <entry>C&oelig;ur</entry>
89   <entry>OCTET_LENGTH function</entry>
90   <entry></entry>
91  </row>
92  <row>
93   <entry>E021-06</entry>
94   <entry>C&oelig;ur</entry>
95   <entry>SUBSTRING function</entry>
96   <entry></entry>
97  </row>
98  <row>
99   <entry>E021-07</entry>
100   <entry>C&oelig;ur</entry>
101   <entry>Character concatenation</entry>
102   <entry></entry>
103  </row>
104  <row>
105   <entry>E021-08</entry>
106   <entry>C&oelig;ur</entry>
107   <entry>UPPER and LOWER functions</entry>
108   <entry></entry>
109  </row>
110  <row>
111   <entry>E021-09</entry>
112   <entry>C&oelig;ur</entry>
113   <entry>TRIM function</entry>
114   <entry></entry>
115  </row>
116  <row>
117   <entry>E021-10</entry>
118   <entry>C&oelig;ur</entry>
119   <entry>Implicit casting among the character data types</entry>
120   <entry></entry>
121  </row>
122  <row>
123   <entry>E021-11</entry>
124   <entry>C&oelig;ur</entry>
125   <entry>POSITION function</entry>
126   <entry></entry>
127  </row>
128  <row>
129   <entry>E021-12</entry>
130   <entry>C&oelig;ur</entry>
131   <entry>Character comparison</entry>
132   <entry></entry>
133  </row>
134  <row>
135   <entry>E031</entry>
136   <entry>C&oelig;ur</entry>
137   <entry>Identifiers</entry>
138   <entry></entry>
139  </row>
140  <row>
141   <entry>E031-01</entry>
142   <entry>C&oelig;ur</entry>
143   <entry>Delimited identifiers</entry>
144   <entry></entry>
145  </row>
146  <row>
147   <entry>E031-02</entry>
148   <entry>C&oelig;ur</entry>
149   <entry>Lower case identifiers</entry>
150   <entry></entry>
151  </row>
152  <row>
153   <entry>E031-03</entry>
154   <entry>C&oelig;ur</entry>
155   <entry>Trailing underscore</entry>
156   <entry></entry>
157  </row>
158  <row>
159   <entry>E051</entry>
160   <entry>C&oelig;ur</entry>
161   <entry>Basic query specification</entry>
162   <entry></entry>
163  </row>
164  <row>
165   <entry>E051-01</entry>
166   <entry>C&oelig;ur</entry>
167   <entry>SELECT DISTINCT</entry>
168   <entry></entry>
169  </row>
170  <row>
171   <entry>E051-02</entry>
172   <entry>C&oelig;ur</entry>
173   <entry>GROUP BY clause</entry>
174   <entry></entry>
175  </row>
176  <row>
177   <entry>E051-04</entry>
178   <entry>C&oelig;ur</entry>
179   <entry>GROUP BY can contain columns not in &lt;select list&gt;</entry>
180   <entry></entry>
181  </row>
182  <row>
183   <entry>E051-05</entry>
184   <entry>C&oelig;ur</entry>
185   <entry>Select list items can be renamed</entry>
186   <entry>AS is required</entry>
187  </row>
188  <row>
189   <entry>E051-06</entry>
190   <entry>C&oelig;ur</entry>
191   <entry>HAVING clause</entry>
192   <entry></entry>
193  </row>
194  <row>
195   <entry>E051-07</entry>
196   <entry>C&oelig;ur</entry>
197   <entry>Qualified * in select list</entry>
198   <entry></entry>
199  </row>
200  <row>
201   <entry>E051-08</entry>
202   <entry>C&oelig;ur</entry>
203   <entry>Correlation names in the FROM clause</entry>
204   <entry></entry>
205  </row>
206  <row>
207   <entry>E051-09</entry>
208   <entry>C&oelig;ur</entry>
209   <entry>Rename columns in the FROM clause</entry>
210   <entry></entry>
211  </row>
212  <row>
213   <entry>E061</entry>
214   <entry>C&oelig;ur</entry>
215   <entry>Basic predicates and search conditions</entry>
216   <entry></entry>
217  </row>
218  <row>
219   <entry>E061-01</entry>
220   <entry>C&oelig;ur</entry>
221   <entry>Comparison predicate</entry>
222   <entry></entry>
223  </row>
224  <row>
225   <entry>E061-02</entry>
226   <entry>C&oelig;ur</entry>
227   <entry>BETWEEN predicate</entry>
228   <entry></entry>
229  </row>
230  <row>
231   <entry>E061-03</entry>
232   <entry>C&oelig;ur</entry>
233   <entry>IN predicate with list of values</entry>
234   <entry></entry>
235  </row>
236  <row>
237   <entry>E061-04</entry>
238   <entry>C&oelig;ur</entry>
239   <entry>LIKE predicate</entry>
240   <entry></entry>
241  </row>
242  <row>
243   <entry>E061-05</entry>
244   <entry>C&oelig;ur</entry>
245   <entry>LIKE predicate ESCAPE clause</entry>
246   <entry></entry>
247  </row>
248  <row>
249   <entry>E061-06</entry>
250   <entry>C&oelig;ur</entry>
251   <entry>NULL predicate</entry>
252   <entry></entry>
253  </row>
254  <row>
255   <entry>E061-07</entry>
256   <entry>C&oelig;ur</entry>
257   <entry>Quantified comparison predicate</entry>
258   <entry></entry>
259  </row>
260  <row>
261   <entry>E061-08</entry>
262   <entry>C&oelig;ur</entry>
263   <entry>EXISTS predicate</entry>
264   <entry></entry>
265  </row>
266  <row>
267   <entry>E061-09</entry>
268   <entry>C&oelig;ur</entry>
269   <entry>Subqueries in comparison predicate</entry>
270   <entry></entry>
271  </row>
272  <row>
273   <entry>E061-11</entry>
274   <entry>C&oelig;ur</entry>
275   <entry>Subqueries in IN predicate</entry>
276   <entry></entry>
277  </row>
278  <row>
279   <entry>E061-12</entry>
280   <entry>C&oelig;ur</entry>
281   <entry>Subqueries in quantified comparison predicate</entry>
282   <entry></entry>
283  </row>
284  <row>
285   <entry>E061-13</entry>
286   <entry>C&oelig;ur</entry>
287   <entry>Correlated subqueries</entry>
288   <entry></entry>
289  </row>
290  <row>
291   <entry>E061-14</entry>
292   <entry>C&oelig;ur</entry>
293   <entry>Search condition</entry>
294   <entry></entry>
295  </row>
296  <row>
297   <entry>E071</entry>
298   <entry>C&oelig;ur</entry>
299   <entry>Basic query expressions</entry>
300   <entry></entry>
301  </row>
302  <row>
303   <entry>E071-01</entry>
304   <entry>C&oelig;ur</entry>
305   <entry>UNION DISTINCT table operator</entry>
306   <entry></entry>
307  </row>
308  <row>
309   <entry>E071-02</entry>
310   <entry>C&oelig;ur</entry>
311   <entry>UNION ALL table operator</entry>
312   <entry></entry>
313  </row>
314  <row>
315   <entry>E071-03</entry>
316   <entry>C&oelig;ur</entry>
317   <entry>EXCEPT DISTINCT table operator</entry>
318   <entry></entry>
319  </row>
320  <row>
321   <entry>E071-05</entry>
322   <entry>C&oelig;ur</entry>
323   <entry>Columns combined via table operators need not have exactly the same
324 data type</entry>
325   <entry></entry>
326  </row>
327  <row>
328   <entry>E071-06</entry>
329   <entry>C&oelig;ur</entry>
330   <entry>Table operators in subqueries</entry>
331   <entry></entry>
332  </row>
333  <row>
334   <entry>E081-01</entry>
335   <entry>C&oelig;ur</entry>
336   <entry>SELECT privilege</entry>
337   <entry></entry>
338  </row>
339  <row>
340   <entry>E081-02</entry>
341   <entry>C&oelig;ur</entry>
342   <entry>DELETE privilege</entry>
343   <entry></entry>
344  </row>
345  <row>
346   <entry>E081-03</entry>
347   <entry>C&oelig;ur</entry>
348   <entry>INSERT privilege at the table level</entry>
349   <entry></entry>
350  </row>
351  <row>
352   <entry>E081-04</entry>
353   <entry>C&oelig;ur</entry>
354   <entry>UPDATE privilege at the table level</entry>
355   <entry></entry>
356  </row>
357  <row>
358   <entry>E081-06</entry>
359   <entry>C&oelig;ur</entry>
360   <entry>REFERENCES privilege at the table level</entry>
361   <entry></entry>
362  </row>
363  <row>
364   <entry>E081-08</entry>
365   <entry>C&oelig;ur</entry>
366   <entry>WITH GRANT OPTION</entry>
367   <entry></entry>
368  </row>
369  <row>
370   <entry>E091</entry>
371   <entry>C&oelig;ur</entry>
372   <entry>Set functions</entry>
373   <entry></entry>
374  </row>
375  <row>
376   <entry>E091-01</entry>
377   <entry>C&oelig;ur</entry>
378   <entry>AVG</entry>
379   <entry></entry>
380  </row>
381  <row>
382   <entry>E091-02</entry>
383   <entry>C&oelig;ur</entry>
384   <entry>COUNT</entry>
385   <entry></entry>
386  </row>
387  <row>
388   <entry>E091-03</entry>
389   <entry>C&oelig;ur</entry>
390   <entry>MAX</entry>
391   <entry></entry>
392  </row>
393  <row>
394   <entry>E091-04</entry>
395   <entry>C&oelig;ur</entry>
396   <entry>MIN</entry>
397   <entry></entry>
398  </row>
399  <row>
400   <entry>E091-05</entry>
401   <entry>C&oelig;ur</entry>
402   <entry>SUM</entry>
403   <entry></entry>
404  </row>
405  <row>
406   <entry>E091-06</entry>
407   <entry>C&oelig;ur</entry>
408   <entry>ALL quantifier</entry>
409   <entry></entry>
410  </row>
411  <row>
412   <entry>E091-07</entry>
413   <entry>C&oelig;ur</entry>
414   <entry>DISTINCT quantifier</entry>
415   <entry></entry>
416  </row>
417  <row>
418   <entry>E101</entry>
419   <entry>C&oelig;ur</entry>
420   <entry>Basic data manipulation</entry>
421   <entry></entry>
422  </row>
423  <row>
424   <entry>E101-01</entry>
425   <entry>C&oelig;ur</entry>
426   <entry>INSERT statement</entry>
427   <entry></entry>
428  </row>
429  <row>
430   <entry>E101-03</entry>
431   <entry>C&oelig;ur</entry>
432   <entry>Searched UPDATE statement</entry>
433   <entry></entry>
434  </row>
435  <row>
436   <entry>E101-04</entry>
437   <entry>C&oelig;ur</entry>
438   <entry>Searched DELETE statement</entry>
439   <entry></entry>
440  </row>
441  <row>
442   <entry>E111</entry>
443   <entry>C&oelig;ur</entry>
444   <entry>Single row SELECT statement</entry>
445   <entry></entry>
446  </row>
447  <row>
448   <entry>E121-01</entry>
449   <entry>C&oelig;ur</entry>
450   <entry>DECLARE CURSOR</entry>
451   <entry></entry>
452  </row>
453  <row>
454   <entry>E121-02</entry>
455   <entry>C&oelig;ur</entry>
456   <entry>ORDER BY columns need not be in select list</entry>
457   <entry></entry>
458  </row>
459  <row>
460   <entry>E121-03</entry>
461   <entry>C&oelig;ur</entry>
462   <entry>Value expressions in ORDER BY clause</entry>
463   <entry></entry>
464  </row>
465  <row>
466   <entry>E121-08</entry>
467   <entry>C&oelig;ur</entry>
468   <entry>CLOSE statement</entry>
469   <entry></entry>
470  </row>
471  <row>
472   <entry>E121-10</entry>
473   <entry>C&oelig;ur</entry>
474   <entry>FETCH statement implicit NEXT</entry>
475   <entry></entry>
476  </row>
477  <row>
478   <entry>E121-17</entry>
479   <entry>C&oelig;ur</entry>
480   <entry>WITH HOLD cursors</entry>
481   <entry></entry>
482  </row>
483  <row>
484   <entry>E131</entry>
485   <entry>C&oelig;ur</entry>
486   <entry>Null value support (nulls in lieu of values)</entry>
487   <entry></entry>
488  </row>
489  <row>
490   <entry>E141</entry>
491   <entry>C&oelig;ur</entry>
492   <entry>Basic integrity constraints</entry>
493   <entry></entry>
494  </row>
495  <row>
496   <entry>E141-01</entry>
497   <entry>C&oelig;ur</entry>
498   <entry>NOT NULL constraints</entry>
499   <entry></entry>
500  </row>
501  <row>
502   <entry>E141-02</entry>
503   <entry>C&oelig;ur</entry>
504   <entry>UNIQUE constraints of NOT NULL columns</entry>
505   <entry></entry>
506  </row>
507  <row>
508   <entry>E141-03</entry>
509   <entry>C&oelig;ur</entry>
510   <entry>PRIMARY KEY constraints</entry>
511   <entry></entry>
512  </row>
513  <row>
514   <entry>E141-04</entry>
515   <entry>C&oelig;ur</entry>
516   <entry>Basic FOREIGN KEY constraint with the NO ACTION default for both
517 referential delete action and referential update action</entry>
518   <entry></entry>
519  </row>
520  <row>
521   <entry>E141-06</entry>
522   <entry>C&oelig;ur</entry>
523   <entry>CHECK constraints</entry>
524   <entry></entry>
525  </row>
526  <row>
527   <entry>E141-07</entry>
528   <entry>C&oelig;ur</entry>
529   <entry>Column defaults</entry>
530   <entry></entry>
531  </row>
532  <row>
533   <entry>E141-08</entry>
534   <entry>C&oelig;ur</entry>
535   <entry>NOT NULL inferred on PRIMARY KEY</entry>
536   <entry></entry>
537  </row>
538  <row>
539   <entry>E141-10</entry>
540   <entry>C&oelig;ur</entry>
541   <entry>Names in a foreign key can be specified in any order</entry>
542   <entry></entry>
543  </row>
544  <row>
545   <entry>E151</entry>
546   <entry>C&oelig;ur</entry>
547   <entry>Transaction support</entry>
548   <entry></entry>
549  </row>
550  <row>
551   <entry>E151-01</entry>
552   <entry>C&oelig;ur</entry>
553   <entry>COMMIT statement</entry>
554   <entry></entry>
555  </row>
556  <row>
557   <entry>E151-02</entry>
558   <entry>C&oelig;ur</entry>
559   <entry>ROLLBACK statement</entry>
560   <entry></entry>
561  </row>
562  <row>
563   <entry>E152</entry>
564   <entry>C&oelig;ur</entry>
565   <entry>Basic SET TRANSACTION statement</entry>
566   <entry></entry>
567  </row>
568  <row>
569   <entry>E152-01</entry>
570   <entry>C&oelig;ur</entry>
571   <entry>SET TRANSACTION statement: ISOLATION LEVEL SERIALIZABLE clause</entry>
572   <entry></entry>
573  </row>
574  <row>
575   <entry>E152-02</entry>
576   <entry>C&oelig;ur</entry>
577   <entry>SET TRANSACTION statement: READ ONLY and READ WRITE clauses</entry>
578   <entry></entry>
579  </row>
580  <row>
581   <entry>E161</entry>
582   <entry>C&oelig;ur</entry>
583   <entry>SQL comments using leading double minus</entry>
584   <entry></entry>
585  </row>
586  <row>
587   <entry>F021</entry>
588   <entry>C&oelig;ur</entry>
589   <entry>Basic information schema</entry>
590   <entry></entry>
591  </row>
592  <row>
593   <entry>F021-01</entry>
594   <entry>C&oelig;ur</entry>
595   <entry>COLUMNS view</entry>
596   <entry></entry>
597  </row>
598  <row>
599   <entry>F021-02</entry>
600   <entry>C&oelig;ur</entry>
601   <entry>TABLES view</entry>
602   <entry></entry>
603  </row>
604  <row>
605   <entry>F021-03</entry>
606   <entry>C&oelig;ur</entry>
607   <entry>VIEWS view</entry>
608   <entry></entry>
609  </row>
610  <row>
611   <entry>F021-04</entry>
612   <entry>C&oelig;ur</entry>
613   <entry>TABLE_CONSTRAINTS view</entry>
614   <entry></entry>
615  </row>
616  <row>
617   <entry>F021-05</entry>
618   <entry>C&oelig;ur</entry>
619   <entry>REFERENTIAL_CONSTRAINTS view</entry>
620   <entry></entry>
621  </row>
622  <row>
623   <entry>F021-06</entry>
624   <entry>C&oelig;ur</entry>
625   <entry>CHECK_CONSTRAINTS view</entry>
626   <entry></entry>
627  </row>
628  <row>
629   <entry>F031</entry>
630   <entry>C&oelig;ur</entry>
631   <entry>Basic schema manipulation</entry>
632   <entry></entry>
633  </row>
634  <row>
635   <entry>F031-01</entry>
636   <entry>C&oelig;ur</entry>
637   <entry>CREATE TABLE statement to create persistent base tables</entry>
638   <entry></entry>
639  </row>
640  <row>
641   <entry>F031-02</entry>
642   <entry>C&oelig;ur</entry>
643   <entry>CREATE VIEW statement</entry>
644   <entry></entry>
645  </row>
646  <row>
647   <entry>F031-03</entry>
648   <entry>C&oelig;ur</entry>
649   <entry>GRANT statement</entry>
650   <entry></entry>
651  </row>
652  <row>
653   <entry>F031-04</entry>
654   <entry>C&oelig;ur</entry>
655   <entry>ALTER TABLE statement: ADD COLUMN clause</entry>
656   <entry></entry>
657  </row>
658  <row>
659   <entry>F031-13</entry>
660   <entry>C&oelig;ur</entry>
661   <entry>DROP TABLE statement: RESTRICT clause</entry>
662   <entry></entry>
663  </row>
664  <row>
665   <entry>F031-16</entry>
666   <entry>C&oelig;ur</entry>
667   <entry>DROP VIEW statement: RESTRICT clause</entry>
668   <entry></entry>
669  </row>
670  <row>
671   <entry>F031-19</entry>
672   <entry>C&oelig;ur</entry>
673   <entry>REVOKE statement: RESTRICT clause</entry>
674   <entry></entry>
675  </row>
676  <row>
677   <entry>F032</entry>
678   <entry></entry>
679   <entry>CASCADE drop behavior</entry>
680   <entry></entry>
681  </row>
682  <row>
683   <entry>F033</entry>
684   <entry></entry>
685   <entry>ALTER TABLE statement: DROP COLUMN clause</entry>
686   <entry></entry>
687  </row>
688  <row>
689   <entry>F034</entry>
690   <entry></entry>
691   <entry>Extended REVOKE statement</entry>
692   <entry></entry>
693  </row>
694  <row>
695   <entry>F034-01</entry>
696   <entry></entry>
697   <entry>REVOKE statement performed by other than the owner of a schema
698 object</entry>
699   <entry></entry>
700  </row>
701  <row>
702   <entry>F034-02</entry>
703   <entry></entry>
704   <entry>REVOKE statement: GRANT OPTION FOR clause</entry>
705   <entry></entry>
706  </row>
707  <row>
708   <entry>F034-03</entry>
709   <entry></entry>
710   <entry>REVOKE statement to revoke a privilege that the grantee has WITH GRANT
711 OPTION</entry>
712   <entry></entry>
713  </row>
714  <row>
715   <entry>F041</entry>
716   <entry>C&oelig;ur</entry>
717   <entry>Basic joined table</entry>
718   <entry></entry>
719  </row>
720  <row>
721   <entry>F041-01</entry>
722   <entry>C&oelig;ur</entry>
723   <entry>Inner join (but not necessarily the INNER keyword)</entry>
724   <entry></entry>
725  </row>
726  <row>
727   <entry>F041-02</entry>
728   <entry>C&oelig;ur</entry>
729   <entry>INNER keyword</entry>
730   <entry></entry>
731  </row>
732  <row>
733   <entry>F041-03</entry>
734   <entry>C&oelig;ur</entry>
735   <entry>LEFT OUTER JOIN</entry>
736   <entry></entry>
737  </row>
738  <row>
739   <entry>F041-04</entry>
740   <entry>C&oelig;ur</entry>
741   <entry>RIGHT OUTER JOIN</entry>
742   <entry></entry>
743  </row>
744  <row>
745   <entry>F041-05</entry>
746   <entry>C&oelig;ur</entry>
747   <entry>Outer joins can be nested</entry>
748   <entry></entry>
749  </row>
750  <row>
751   <entry>F041-07</entry>
752   <entry>C&oelig;ur</entry>
753   <entry>The inner table in a left or right outer join can also be used in an
754 inner join</entry>
755   <entry></entry>
756  </row>
757  <row>
758   <entry>F041-08</entry>
759   <entry>C&oelig;ur</entry>
760   <entry>All comparison operators are supported (rather than just =)</entry>
761   <entry></entry>
762  </row>
763  <row>
764   <entry>F051</entry>
765   <entry>C&oelig;ur</entry>
766   <entry>Basic date and time</entry>
767   <entry></entry>
768  </row>
769  <row>
770   <entry>F051-01</entry>
771   <entry>C&oelig;ur</entry>
772   <entry>DATE data type (including support of DATE literal)</entry>
773   <entry></entry>
774  </row>
775  <row>
776   <entry>F051-02</entry>
777   <entry>C&oelig;ur</entry>
778   <entry>TIME data type (including support of TIME literal) with fractional
779 seconds precision of at least 0</entry>
780   <entry></entry>
781  </row>
782  <row>
783   <entry>F051-03</entry>
784   <entry>C&oelig;ur</entry>
785   <entry>TIMESTAMP data type (including support of TIMESTAMP literal) with
786 fractional seconds precision of at least 0 and 6</entry>
787   <entry></entry>
788  </row>
789  <row>
790   <entry>F051-04</entry>
791   <entry>C&oelig;ur</entry>
792   <entry>Comparison predicate on DATE, TIME, and TIMESTAMP data types</entry>
793   <entry></entry>
794  </row>
795  <row>
796   <entry>F051-05</entry>
797   <entry>C&oelig;ur</entry>
798   <entry>Explicit CAST between datetime types and character types</entry>
799   <entry></entry>
800  </row>
801  <row>
802   <entry>F051-06</entry>
803   <entry>C&oelig;ur</entry>
804   <entry>CURRENT_DATE</entry>
805   <entry></entry>
806  </row>
807  <row>
808   <entry>F051-07</entry>
809   <entry>C&oelig;ur</entry>
810   <entry>LOCALTIME</entry>
811   <entry></entry>
812  </row>
813  <row>
814   <entry>F051-08</entry>
815   <entry>C&oelig;ur</entry>
816   <entry>LOCALTIMESTAMP</entry>
817   <entry></entry>
818  </row>
819  <row>
820   <entry>F052</entry>
821   <entry>Enhanced datetime facilities</entry>
822   <entry>Intervals and datetime arithmetic</entry>
823   <entry></entry>
824  </row>
825  <row>
826   <entry>F081</entry>
827   <entry>C&oelig;ur</entry>
828   <entry>UNION and EXCEPT in views</entry>
829   <entry></entry>
830  </row>
831  <row>
832   <entry>F111-02</entry>
833   <entry></entry>
834   <entry>READ COMMITTED isolation level</entry>
835   <entry></entry>
836  </row>
837  <row>
838   <entry>F131</entry>
839   <entry>C&oelig;ur</entry>
840   <entry>Grouped operations</entry>
841   <entry></entry>
842  </row>
843  <row>
844   <entry>F131-01</entry>
845   <entry>C&oelig;ur</entry>
846   <entry>WHERE, GROUP BY, and HAVING clauses supported in queries with grouped
847 views</entry>
848   <entry></entry>
849  </row>
850  <row>
851   <entry>F131-02</entry>
852   <entry>C&oelig;ur</entry>
853   <entry>Multiple tables supported in queries with grouped views</entry>
854   <entry></entry>
855  </row>
856  <row>
857   <entry>F131-03</entry>
858   <entry>C&oelig;ur</entry>
859   <entry>Set functions supported in queries with grouped views</entry>
860   <entry></entry>
861  </row>
862  <row>
863   <entry>F131-04</entry>
864   <entry>C&oelig;ur</entry>
865   <entry>Subqueries with GROUP BY and HAVING clauses and grouped views</entry>
866   <entry></entry>
867  </row>
868  <row>
869   <entry>F131-05</entry>
870   <entry>C&oelig;ur</entry>
871   <entry>Single row SELECT with GROUP BY and HAVING clauses and grouped
872 views</entry>
873   <entry></entry>
874  </row>
875  <row>
876   <entry>F171</entry>
877   <entry></entry>
878   <entry>Multiple schemas per user</entry>
879   <entry></entry>
880  </row>
881  <row>
882   <entry>F191</entry>
883   <entry>Enhanced integrity management</entry>
884   <entry>Referential delete actions</entry>
885   <entry></entry>
886  </row>
887  <row>
888   <entry>F201</entry>
889   <entry>C&oelig;ur</entry>
890   <entry>CAST function</entry>
891   <entry></entry>
892  </row>
893  <row>
894   <entry>F221</entry>
895   <entry>C&oelig;ur</entry>
896   <entry>Explicit defaults</entry>
897   <entry></entry>
898  </row>
899  <row>
900   <entry>F222</entry>
901   <entry></entry>
902   <entry>INSERT statement: DEFAULT VALUES clause</entry>
903   <entry></entry>
904  </row>
905  <row>
906   <entry>F231</entry>
907   <entry></entry>
908   <entry>Privilege Tables</entry>
909   <entry></entry>
910  </row>
911  <row>
912   <entry>F231-01</entry>
913   <entry></entry>
914   <entry>TABLE_PRIVILEGES view</entry>
915   <entry></entry>
916  </row>
917  <row>
918   <entry>F231-02</entry>
919   <entry></entry>
920   <entry>COLUMN_PRIVILEGES view</entry>
921   <entry></entry>
922  </row>
923  <row>
924   <entry>F231-03</entry>
925   <entry></entry>
926   <entry>USAGE_PRIVILEGES view</entry>
927   <entry></entry>
928  </row>
929  <row>
930   <entry>F251</entry>
931   <entry></entry>
932   <entry>Domain support</entry>
933   <entry></entry>
934  </row>
935  <row>
936   <entry>F261</entry>
937   <entry>C&oelig;ur</entry>
938   <entry>CASE expression</entry>
939   <entry></entry>
940  </row>
941  <row>
942   <entry>F261-01</entry>
943   <entry>C&oelig;ur</entry>
944   <entry>Simple CASE</entry>
945   <entry></entry>
946  </row>
947  <row>
948   <entry>F261-02</entry>
949   <entry>C&oelig;ur</entry>
950   <entry>Searched CASE</entry>
951   <entry></entry>
952  </row>
953  <row>
954   <entry>F261-03</entry>
955   <entry>C&oelig;ur</entry>
956   <entry>NULLIF</entry>
957   <entry></entry>
958  </row>
959  <row>
960   <entry>F261-04</entry>
961   <entry>C&oelig;ur</entry>
962   <entry>COALESCE</entry>
963   <entry></entry>
964  </row>
965  <row>
966   <entry>F271</entry>
967   <entry></entry>
968   <entry>Compound character literals</entry>
969   <entry></entry>
970  </row>
971  <row>
972   <entry>F281</entry>
973   <entry></entry>
974   <entry>LIKE enhancements</entry>
975   <entry></entry>
976  </row>
977  <row>
978   <entry>F302</entry>
979   <entry>OLAP facilities</entry>
980   <entry>INTERSECT table operator</entry>
981   <entry></entry>
982  </row>
983  <row>
984   <entry>F302-01</entry>
985   <entry>OLAP facilities</entry>
986   <entry>INTERSECT DISTINCT table operator</entry>
987   <entry></entry>
988  </row>
989  <row>
990   <entry>F302-02</entry>
991   <entry>OLAP facilities</entry>
992   <entry>INTERSECT ALL table operator</entry>
993   <entry></entry>
994  </row>
995  <row>
996   <entry>F304</entry>
997   <entry>OLAP facilities</entry>
998   <entry>EXCEPT ALL table operator</entry>
999   <entry></entry>
1000  </row>
1001  <row>
1002   <entry>F311-01</entry>
1003   <entry>C&oelig;ur</entry>
1004   <entry>CREATE SCHEMA</entry>
1005   <entry></entry>
1006  </row>
1007  <row>
1008   <entry>F311-02</entry>
1009   <entry>C&oelig;ur</entry>
1010   <entry>CREATE TABLE for persistent base tables</entry>
1011   <entry></entry>
1012  </row>
1013  <row>
1014   <entry>F311-03</entry>
1015   <entry>C&oelig;ur</entry>
1016   <entry>CREATE VIEW</entry>
1017   <entry></entry>
1018  </row>
1019  <row>
1020   <entry>F311-05</entry>
1021   <entry>C&oelig;ur</entry>
1022   <entry>GRANT statement</entry>
1023   <entry></entry>
1024  </row>
1025  <row>
1026   <entry>F321</entry>
1027   <entry></entry>
1028   <entry>User authorization</entry>
1029   <entry></entry>
1030  </row>
1031  <row>
1032   <entry>F361</entry>
1033   <entry></entry>
1034   <entry>Subprogram support</entry>
1035   <entry></entry>
1036  </row>
1037  <row>
1038   <entry>F381</entry>
1039   <entry></entry>
1040   <entry>Extended schema manipulation</entry>
1041   <entry></entry>
1042  </row>
1043  <row>
1044   <entry>F381-01</entry>
1045   <entry></entry>
1046   <entry>ALTER TABLE statement: ALTER COLUMN clause</entry>
1047   <entry></entry>
1048  </row>
1049  <row>
1050   <entry>F381-02</entry>
1051   <entry></entry>
1052   <entry>ALTER TABLE statement: ADD CONSTRAINT clause</entry>
1053   <entry></entry>
1054  </row>
1055  <row>
1056   <entry>F381-03</entry>
1057   <entry></entry>
1058   <entry>ALTER TABLE statement: DROP CONSTRAINT clause</entry>
1059   <entry></entry>
1060  </row>
1061  <row>
1062   <entry>F391</entry>
1063   <entry></entry>
1064   <entry>Long identifiers</entry>
1065   <entry></entry>
1066  </row>
1067  <row>
1068   <entry>F401</entry>
1069   <entry>OLAP facilities</entry>
1070   <entry>Extended joined table</entry>
1071   <entry></entry>
1072  </row>
1073  <row>
1074   <entry>F401-01</entry>
1075   <entry>OLAP facilities</entry>
1076   <entry>NATURAL JOIN</entry>
1077   <entry></entry>
1078  </row>
1079  <row>
1080   <entry>F401-02</entry>
1081   <entry>OLAP facilities</entry>
1082   <entry>FULL OUTER JOIN</entry>
1083   <entry></entry>
1084  </row>
1085  <row>
1086   <entry>F401-03</entry>
1087   <entry>OLAP facilities</entry>
1088   <entry>UNION JOIN</entry>
1089   <entry></entry>
1090  </row>
1091  <row>
1092   <entry>F401-04</entry>
1093   <entry>OLAP facilities</entry>
1094   <entry>CROSS JOIN</entry>
1095   <entry></entry>
1096  </row>
1097  <row>
1098   <entry>F411</entry>
1099   <entry>Enhanced datetime facilities</entry>
1100   <entry>Time zone specification</entry>
1101   <entry></entry>
1102  </row>
1103  <row>
1104   <entry>F421</entry>
1105   <entry></entry>
1106   <entry>National character</entry>
1107   <entry></entry>
1108  </row>
1109  <row>
1110   <entry>F431</entry>
1111   <entry></entry>
1112   <entry>Read-only scrollable cursors</entry>
1113   <entry></entry>
1114  </row>
1115  <row>
1116   <entry>F431-01</entry>
1117   <entry></entry>
1118   <entry>FETCH with explicit NEXT</entry>
1119   <entry></entry>
1120  </row>
1121  <row>
1122   <entry>F431-02</entry>
1123   <entry></entry>
1124   <entry>FETCH FIRST</entry>
1125   <entry></entry>
1126  </row>
1127  <row>
1128   <entry>F431-03</entry>
1129   <entry></entry>
1130   <entry>FETCH LAST</entry>
1131   <entry></entry>
1132  </row>
1133  <row>
1134   <entry>F431-04</entry>
1135   <entry></entry>
1136   <entry>FETCH PRIOR</entry>
1137   <entry></entry>
1138  </row>
1139  <row>
1140   <entry>F431-05</entry>
1141   <entry></entry>
1142   <entry>FETCH ABSOLUTE</entry>
1143   <entry></entry>
1144  </row>
1145  <row>
1146   <entry>F431-06</entry>
1147   <entry></entry>
1148   <entry>FETCH RELATIVE</entry>
1149   <entry></entry>
1150  </row>
1151  <row>
1152   <entry>F441</entry>
1153   <entry></entry>
1154   <entry>Extended set function support</entry>
1155   <entry></entry>
1156  </row>
1157  <row>
1158   <entry>F471</entry>
1159   <entry>C&oelig;ur</entry>
1160   <entry>Scalar subquery values</entry>
1161   <entry></entry>
1162  </row>
1163  <row>
1164   <entry>F481</entry>
1165   <entry>C&oelig;ur</entry>
1166   <entry>Expanded NULL predicate</entry>
1167   <entry></entry>
1168  </row>
1169  <row>
1170   <entry>F491</entry>
1171   <entry>Enhanced integrity management</entry>
1172   <entry>Constraint management</entry>
1173   <entry></entry>
1174  </row>
1175  <row>
1176   <entry>F501</entry>
1177   <entry>C&oelig;ur</entry>
1178   <entry>Features and conformance views</entry>
1179   <entry></entry>
1180  </row>
1181  <row>
1182   <entry>F501-01</entry>
1183   <entry>C&oelig;ur</entry>
1184   <entry>SQL_FEATURES view</entry>
1185   <entry></entry>
1186  </row>
1187  <row>
1188   <entry>F501-02</entry>
1189   <entry>C&oelig;ur</entry>
1190   <entry>SQL_SIZING view</entry>
1191   <entry></entry>
1192  </row>
1193  <row>
1194   <entry>F501-03</entry>
1195   <entry>C&oelig;ur</entry>
1196   <entry>SQL_LANGUAGES view</entry>
1197   <entry></entry>
1198  </row>
1199  <row>
1200   <entry>F502</entry>
1201   <entry></entry>
1202   <entry>Enhanced documentation tables</entry>
1203   <entry></entry>
1204  </row>
1205  <row>
1206   <entry>F502-01</entry>
1207   <entry></entry>
1208   <entry>SQL_SIZING_PROFILES view</entry>
1209   <entry></entry>
1210  </row>
1211  <row>
1212   <entry>F502-02</entry>
1213   <entry></entry>
1214   <entry>SQL_IMPLEMENTATION_INFO view</entry>
1215   <entry></entry>
1216  </row>
1217  <row>
1218   <entry>F502-03</entry>
1219   <entry></entry>
1220   <entry>SQL_PACKAGES view</entry>
1221   <entry></entry>
1222  </row>
1223  <row>
1224   <entry>F511</entry>
1225   <entry></entry>
1226   <entry>BIT data type</entry>
1227   <entry></entry>
1228  </row>
1229  <row>
1230   <entry>F531</entry>
1231   <entry></entry>
1232   <entry>Temporary tables</entry>
1233   <entry></entry>
1234  </row>
1235  <row>
1236   <entry>F555</entry>
1237   <entry>Enhanced datetime facilities</entry>
1238   <entry>Enhanced seconds precision</entry>
1239   <entry></entry>
1240  </row>
1241  <row>
1242   <entry>F561</entry>
1243   <entry></entry>
1244   <entry>Full value expressions</entry>
1245   <entry></entry>
1246  </row>
1247  <row>
1248   <entry>F571</entry>
1249   <entry></entry>
1250   <entry>Truth value tests</entry>
1251   <entry></entry>
1252  </row>
1253  <row>
1254   <entry>F591</entry>
1255   <entry>OLAP facilities</entry>
1256   <entry>Derived tables</entry>
1257   <entry></entry>
1258  </row>
1259  <row>
1260   <entry>F611</entry>
1261   <entry></entry>
1262   <entry>Indicator data types</entry>
1263   <entry></entry>
1264  </row>
1265  <row>
1266   <entry>F651</entry>
1267   <entry></entry>
1268   <entry>Catalog name qualifiers</entry>
1269   <entry></entry>
1270  </row>
1271  <row>
1272   <entry>F701</entry>
1273   <entry>Enhanced integrity management</entry>
1274   <entry>Referential update actions</entry>
1275   <entry></entry>