Question d’entretien chez Niagara Bottling

Quick sql code to get values from 2 different tables into one table.

Réponse à la question d'entretien

Utilisateur anonyme

20 juin 2018

SELECT table1.column1, table2.column2 FROM table1, table2 WHERE (whatever you need done)