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 131
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