(Solved): (Question in picture - SQL)
Problem 17. Which is a join condition in the fol ...
(Question in picture - SQL)
???????
Problem 17. Which is a join condition in the following SQL statement? \begin{tabular}{|ll|} \hline SELECT & name \\ FROM & client, invoice \\ WHERE & total = 12 \\ & AND client. email = invoice email; \\ \hline \end{tabular} a) FROM client, invoice b) total = 12 AND client email= invoice. email; c) total \( =12 \) d) client. email = invoice email; e) None of the above