I am trying to understand ActiveRecord Querying. coming from a sql background it's a little confusing. I am trying to write a query to get all courses a particular student is enrolled in with the following query:I am trying to understand ActiveRecord Querying