Given table R (A, B, C) and S (C, D, E), which of the following SQL statements would find the record (s) with null values on the column C in table R? a. select * from R, S where R. C = S. C (+); (R left outer join S) b. select * from R, S where S.
Answers (1)