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