Step 1: Evaluate Statement S1.
A relation schema can have multiple foreign keys. For example, a table may reference multiple other tables, each via a different foreign key. Hence, S1 is false.
Step 2: Evaluate Statement S2.
A foreign key can reference the same relation (self-referencing foreign key), as in hierarchical or recursive relationships (e.g., an \texttt{Employee} table with a \texttt{ManagerID} referencing \texttt{EmployeeID}). Hence, S2 is false.
Step 3: Conclusion.
Since both S1 and S2 are false, the correct option is (D).
LIST I | LIST II | ||
| A | Constraint | I | Clause |
| B | DDL | II | Operator |
| C | Where | III | Alter table |
| D | Like | IV | Default |