Foreign key to another table

Apache DerbyBigQueryDb2 (LUW)H2MariaDBMySQLOracle DBPostgreSQLSQL ServerSQLite200520072009201120132015201720192021⚠ 3.31.0 - 3.42.0e⊘ 2008R2 - 2022✓ 12+✓ 11gR1+⚡ 5.7 - 8.0.33ab⚠ 10.9.2 - 10.11a⚡ 10.2c⚡ 10.1a⚡ 5.2✓ 1.4.191+✓ 9.7+⚠ 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 …