Let X and Y be two rows in the "Scores" table. We call X and Y partially matching if student X and Y either have the same Total Marks or are from the same city, but not both. Let partialMatch(X, Y) be a procedure to find whether X and Y are partially matching. Choose the correct implementation of the procedure partialMatch.
────────────────────────────────────────
Q1
6 May 2026
Computational Thinking · Week 3
Q1.Let X and Y be two rows in the "Scores" table. We call X and Y partially matching if student X and Y either have the same Total Marks or are from the same city, but not both. Let partialMatch(X, Y) be a procedure to find whether X and Y are partially matching. Choose the correct implementation of the procedure partialMatch.
────────────────────────────────────────