Hi Shubham,
That is how SQL works. You have to specify the table alias to let the system know which table the particular field has to be picked from. Otherwise the system has no way of knowing which table to select the fields from when you join multiple fields in a SELECT statement.
Benedict