### What feature or improvement would you like to see? We describe the relationship but not things like ON DELETE CASCADE that JDBC and ODBC expose. - [JDBC: getExportedKeys](https://docs.oracle.com/javase/8/docs/api/java/sql/DatabaseMetaData.html#getExportedKeys-java.lang.String-java.lang.String-java.lang.String-), with fields UPDATE_RULE, DELETE_RULE, DEFERRABILITY - [ODBC: SQLForeignKeys](https://learn.microsoft.com/en-us/sql/odbc/reference/syntax/sqlforeignkeys-function?view=sql-server-ver17), with fields UPDATE_RULE, DELETE_RULE, DEFERRABILITY - Databricks: https://docs.databricks.com/aws/en/sql/language-manual/sql-ref-syntax-ddl-create-table-constraint - PostgreSQL: https://github.com/apache/arrow-adbc/issues/3971 (point 12). Note that there's more info than JDBC/ODBC expose
What feature or improvement would you like to see?
We describe the relationship but not things like ON DELETE CASCADE that JDBC and ODBC expose.