SELECT column1,column2 FROM table1 INNER JOIN table2 ON table1.column_name = table2.column_name;
Last updated 2 years ago
Was this helpful?