Write an SQL query to carry out inner join The answer written below was marked wrong by the interviewer but its actually correct. I can say this because I, myself have executed in MySQL
Sigiloso
Select * from table1, table2 where table1.column=table2.column;