Pertanyaan Wawancara Konsep SQL

SELECT *
FROM Table_A
JOIN Table_B;

SELECT *
FROM Table_A
INNER JOIN Table_B;
Super Salamander