Pregunta de entrevista de AVASOFT

how to merge two tables in SQL?

Respuestas de entrevistas

Anónimo

4 jul 2018

Concat(first col, second col)

6

Anónimo

4 dic 2019

Select * from table1, table2 where table1. Common column=table2.common column For example deptno is common column

Anónimo

4 dic 2019

Select * from table1, table2 where table1. Common column=table2.common column For example deptno is common column