Please what does the expression 'Students[Name]' refer to?

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?

Solved Solved
0 4 128
1 ACCEPTED SOLUTION

Steve
Platinum 4
Platinum 4

View solution in original post

4 REPLIES 4

Hi @Uwem_Neku
Students is the table name

Thanks

Steve
Platinum 4
Platinum 4

Thanks steve

Top Labels in this Space