Friday, October 3, 2025

What is called t1 and t2 in join

 Select * from table1 t1 inner join table t2 on t1.id = t2.id 


Here t1 and t2 are called alias.

No comments:

Post a Comment