why does `alias()` create a new table?
this is my user_followers table and i have created table alias for joins. but for some reason it is creating 2 tables called followers and following which is a copy of users table.
In the 3rd screenshot, that's how i am planning to use the alias
My question is why is a new table getting created? is this correct usage of
In the 3rd screenshot, that's how i am planning to use the alias
My question is why is a new table getting created? is this correct usage of
alias()?

