Suppose I have table T1 in which column A is a primary key. Column A values reference to table T2 column B. Can column B contain NULL and duplicate values?
i.e., is this possible?
Column B Column A
111 111
222 222
333 333
111
NULL