Question d’entretien chez AVASOFT

how to merge two tables in SQL?

Réponses aux questions d'entretien

Utilisateur anonyme

4 juil. 2018

Concat(first col, second col)

6

Utilisateur anonyme

4 déc. 2019

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

Utilisateur anonyme

4 déc. 2019

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