What will natural join return in relational algebra if tables don\'t have attributes with same names? Will it be null or the same as cross-product (Cartesian operator)?
it will return the cartesian product of the tables.if there will be a common attribute then natural join removes duplicacy of common attribute