best practice is always to code AS, even though it is optional
(oracle developers will argue the opposite, since oracle, for some inexplicable reason, doesn't support AS)
here's a good example...
how many columns does this query return?
Code:
SELECT frabilgimjer,
quistipunctous,
scrimflabat
horbliston,
haplistplogget,
opsilfrummer,
whipfintaggle
FROM ...
coding style matters!!!
