What means square brackets in Oracle SQL query?

Viewed 14235

I find select statement with square brackets in it. Can anybody explain what does this brackets means?

e.g.

select a,b,[c] from table1;

Thanks.

4 Answers
Related