You can set table aliases in SQL typing the identifier right after the table name.
SELECT * FROM table t1;
You can even use the keyword
There is no difference between both statements above. AS is just a more explicit way of mentioning the alias