Pergunta de entrevista da empresa Contify

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

Resposta da entrevista

Sigiloso

15 de mai. de 2019

Select * from table1, table2 where table1.column=table2.column;