[Solved] Explanation of SQL table syntax for Microsoft Access DB [closed]
The square brackets qualify the text within as a column name. They are required if someone, against recommendation, creates a column name the same as a reserved word. For example, if you have a column named Date, the following will error: SELECT t.Date FROM Table1 t In this case, you would need to qualify the … Read more