Foreign key to another table

Apache DerbyBigQueryDb2 (LUW)H2MariaDBMySQLOracle DBPostgreSQLSQL ServerSQLite20072009201120132015201720192021⚠ 3.31.0 - 3.43.0e⊘ 2008R2 - 2022✓ 12 - 16✓ 11gR1 - 21c⚡ 5.7 - 8.0.34ab⚠ 10.5 - 10.11a⚡ 10.2 - 10.4c⚡ 10.0.10 - 10.1a⚡ 5.2 - 5.5.23✓ 1.4.191 - 2.2.220✓ 9.7 - 11.5.8⚠ 10.15.1.3 - 10.16.1.1d
  1. Foreign keys in the column definition are parsed but ignored
  2. Only with storage option stored
  3. As table constraint, not inside the column definition
  4. Requires explicit data type: col_name integer generated always as …
  5. Only without explicit data type: col_name integer generated always as …