C-06-Q073mediumsingle_mcq
In the query SELECT name, result.roll, subject, marks FROM result, student_info WHERE result.roll = student_info.roll;, which part joins the two tables?
In the query SELECT name, result.roll, subject, marks FROM result, student_info WHERE result.roll = student_info.roll;, which part joins the two tables?
- a
SELECT name - b
result.roll = student_info.roll - c
FROM result, student_info - d
subject, marks