Attempt the question, check the explanation, and continue with similar questions to build confidence before exams.
UPDATE STUDENT SET GUID = 101010101010 WHERE RollNumber IN (3, 5);
UPDATE STUDENT SET GUID = 101010101010 WHERE RollNumber = 3, 5;
UPDATE STUDENT SET GUID = 101010101010;
UPDATE STUDENT SET GUID = (3,5) WHERE RollNumber = 1;
Video Explanation
Watch Video Solution
Login to get access
Continue with nearby questions to strengthen the same chapter concept while you still have the context fresh in mind.