information_schema.views.is_updatable

mysql

type: ENUM NULL
8
type: VARCHAR NOT NULL
5.7

mariadb

type: NULL
Note:
Whether the view is updatable or not.
© 2022 MariaDB
5.1-10.8
type: VARCHAR NOT NULL
Note:
Whether the view is updatable or not.
© 2022 MariaDB
10.2-10.7

tidb

type: VARCHAR(3) NOT NULL
Note:
Whether UPDATE/INSERT/DELETE is applicable to the view. In TiDB, the value is always NO.
© 2022 PingCAP
4-6.1

postgres

type: YES_OR_NO NULL
Note:
YES if the view is updatable (allows UPDATE and DELETE), NO if not
© 1996-2022 The PostgreSQL Global Development Group
10-15
type: CHARACTER_DATA
Note:
YES if the view is updatable (allows UPDATE and DELETE), NO if not
© 1996-2022 The PostgreSQL Global Development Group
8.2-9.6
Note:
Not yet implemented
© 1996-2022 The PostgreSQL Global Development Group
7.4-8.1

cockroachdb

type: unknown
Note:
Always NULL (unsupported by CockroachDB).
© 2022 CockroachDB
1-21.2

mssql

type: VARCHAR(2) NULL
Note:
Specifies whether the view is updatable. Always returns NO.
© Microsoft 2022
aps-pdw-2016-sql-server-ver15