JOIN được sử dụng để kết hợp dữ liệu từ nhiều bảng:
JOIN
SELECT * FROM table1 JOIN table2 ON table1.column = table2.column;