While reading up on Select expression I noticed that when referring to a column, statements like **Students[Name]**
was used.
I read that to refer to a column, you wrap the column name with square brackets, so in this case [Name] refers to the ‘Name’ column but what is “Students” referring to?