( .)
" "... ? ""
: 1 , 2 . , [] , [s], . .
, " " " ", , , " " " ", , , , .
"Can you give an example with two tables with shared primary keys, where one table will not contain all the key values that appear in another?" "
Table 1: column A of type integer, primary key A Table 2: column A of type integer, primary key A
Rows in table 1: {A: 1}. Satisfies the primary key for table1. Rows in table 2: {A: 2}. Satisfies the primary key for table2.
I am convinced?
source
share