1.For Some scenarios we will join tables based on the between dates condition with out columns mapping
Eg select a.*,b.* from Table1 a , Table2 b where Date between date1 and date2
2.For Some scenarios we will join tables without any conditions
Eg select a.*,b.* from Table1 a , Table2 b