information_schema.routines.is_deterministic

mysql

type: VARCHAR NOT NULL
5.7-8

mariadb

type: NULL
Note:
Whether the routine is deterministic (can produce only one result for a given list of parameters) or not.
© 2022 MariaDB
5.1-10.8
type: VARCHAR NOT NULL
Note:
Whether the routine is deterministic (can produce only one result for a given list of parameters) or not.
© 2022 MariaDB
10.2-10.7

tidb

postgres

type: YES_OR_NO NULL
Note:
If the function is declared immutable (called deterministic in the SQL standard), then YES, else NO. (You cannot query the other volatility levels available in PostgreSQL through the information schema.)
© 1996-2022 The PostgreSQL Global Development Group
10-15
type: CHARACTER_DATA
Note:
If the function is declared immutable (called deterministic in the SQL standard), then YES, else NO. (You cannot query the other volatility levels available in PostgreSQL through the information schema.)
© 1996-2022 The PostgreSQL Global Development Group
7.4-9.6

cockroachdb

type: NULL
Note:
Always NULL.
© 2022 CockroachDB
20.1-21.1

mssql

type: NVARCHAR(10) NULL
Note:
Returns YES if the routine is deterministic. Returns NO if the routine is nondeterministic. Always returns NO for stored procedures.
© Microsoft 2022
aps-pdw-2016-sql-server-ver15