The sql_languages Information Schema View
The sql_languages Information Schema
view contains a row for each instance of conformance to standards
that the current database server supports. The sql_languages view
contains the following columns.
| Column | Data Type | Explanation |
|---|---|---|
| source | VARCHAR(254) | Organization defining this SQL version |
| source_year | VARCHAR(254) | Year the source document was approved |
| conformance | VARCHAR(254) | Standard to which the server conforms |
| integrity | VARCHAR(254) | Indication of whether this is an integrity enhancement
feature; either YES or NO |
| implementation | VARCHAR(254) | Identification of the SQL product of the vendor |
| binding_style | VARCHAR(254) | Direct, module, or other binding style |
| programming_lang | VARCHAR(254) | Host language for which binding style is adapted |
The sql_languages view is completely visible to all users.