When creating a self-join query in Design view, what is the benefit of giving one of the tables an alias? An alias is necessary because the tables will be overwritten or deleted. An alias is necessary because the query will use two sets of primary keys. An alias is helpful because having two copies of the same table can be confusing. An alias is helpful because both tables will be deleted after the query is completed.