Grokking SQL for Tech Interviews
Ask Author
Back to course home

0% completed

Vote For New Content
Why isn't Bob included in query result?

tandycorr

Aug 23, 2024

for this query:

SELECT student_name FROM students WHERE student_id IN ( SELECT student_id FROM exam_results WHERE score > 90 );

2

0

Comments
Comments

On this page