Foreign key that allows null values
409875Jan 26 2004 — edited Jan 27 2004Is it possible to define a foreign key column that also allows null values (where null is not a primary key in the related table)? I'd like a column that represents a row in another table or "nothing yet selected".
Thanks.