Four tables are presented. Here are the tables and their contents.

EMPLOYEE Table at NY.COM

empno   ename   deptno   sal        bonus
-----------------------------------------
100     Jones   20       55,000     3,500
101     Kim     20       62,000     1,000
102     Braun   20       43,500     1,500

EMPLOYEE Table at SF.COM

empno   ename   deptno   sal        bonus
-----------------------------------------
100     Jones   20       55,000     3,500
101     Kim     20       62,000     2,000
102     Braun   20       43,500     1,500
103     Rama    20       48,750     2,500

MISSING_ROWS_DATA Table

empno   sal      bonus   rowid
-------------------------------------------
101     62,000   1,000   000015E8.0000.0002
101     62,000   2,000   000015E8.0001.0002
103     48,750   2,500   000015E8.0002.0002

MISSING_ROWS_LOCATION Table

present   absent   r_id
-------------------------------------
ny.com    sf.com   000015E8.0000.0002
sf.com    ny.com   000015E8.0001.0002
sf.com    ny.com   000015E8.0002.0002