It’s not required to use the AS keyword as it is an optional keyword. However, I would recommend you to use it as it can improve your query’s readability.
It is not much of a problem in small queries, but when the query gets big, not using the AS keyword can make your query difficult to read.