SQL query question #10
-
How does the query for finding actors in the same act work? |
Beta Was this translation helpful? Give feedback.
Answered by
aleksandervestlund
Apr 3, 2024
Replies: 2 comments 1 reply
-
All actors are cross joiner with each other. The logic then filters out all actors not in any same act. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
andreas-bertelsen
-
how do you join table in sql?? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
All actors are cross joiner with each other. The logic then filters out all actors not in any same act.