Let's give it a thought. Why is the id column in student comparable to student_id in enrolled?

Because they store the same kind of data, despite the different column namesBecause they're both the first column in their table

Because they store the same kind of data, despite the different column names.