For example I have two tables. The first table is student while the second table are the courses that the a student is taking. How can I use a select statement so that I can
You can use a UDF that cursors through the related records and concats a return string together but this will be expensive - if you give it a go make sure your cursor is READ_ONLY FAST_FORWARD