Does aliasing a table change its name in the database?

No, the alias only exists within that specific queryYes, aliasing renames the table in the database

No, the alias only exists within that specific query.