That is what is called an "alias". It's a way of referring to a table without using the full table name, kind of a "shortcut" notation. When you use the same table twice in a query, you need to alias at least the second copy of the table, if not both, or else the database won't know how to handle the query.
-Dell