Correct Answer: SELECT Rollno, StudentName FROM StudentDetails WHERE StudentName lN (SELECT StudentName FROM StudentDetails WHERE ClubEnrolled = 'Cricket‘);
Explanation:
Note: This Question is unanswered, help us to find answer for this one
More Database Management MCQ Questions