Suppose relation R(A,C) has the following tuples: A C 3 4 6 4 2 3 3 5 7 1 and relation S(B,C,D) has the following tuples: B C D 5 1 6 1 5 8 4 4 9 Compute the natural join of R and S. Which of the following tuples is NOT in the result? Assume each tuple has schema (A,B,C,D).