I have seen some people alias column names using single quotes eg:
select orderID \'Order No\' from orders
and others use square brackets e
The quote approach enables you to do this:
SELECT 1 AS 'bla[]bla'