I have Table Students with columns Student ID and Student Name. I also have Table Events with columns ID, Student ID and Event.
Now, i want to write a query that will return only rows from Students Table that has its Student ID present in Events Table.
I am running MySql 5+.