Using the system table DOMAINCONSTRAINTS, you can determine the following database information, among other things:
All domains for which
a restriction of the permitted values was defined, and this definition
SELECT
domainname, definition
FROM DOMAIN.DOMAINCONSTRAINTS
All domains: see DOMAINS