SQL - Advanced Joins
Which of the following SQL statements correctly joins three tables
X, Y, and Z where X.key = Y.x_key and Y.key = Z.y_key?X, Y, and Z where X.key = Y.x_key and Y.key = Z.y_key?X.key = Y.x_key and Y.key = Z.y_key.JOIN Y ON X.key = Y.x_key and JOIN Z ON Y.key = Z.y_key.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions