Why are the natural join keywords not an option for producing a self-join? (Hint: Think about what happens if you use a table alias with the natural join keywords.)
a) It results in ambiguous column names.
b) It produces a Cartesian product.
c) It violates referential integrity.
d) It causes syntax errors.