C-06-Q081mediumsingle_mcq
In the join query, which condition part actually joins the two tables?
In the join query, which condition part actually joins the two tables?
- a
result.roll = 1 - b
result.roll = student_info.roll - c
SELECT name, subject - d
FROM result, student_info