Multiple choice A join can be used to combine information from two separate tables True False Reveal answer Fill a bubble to check yourself A Correct answer Explanation A JOIN clause in SQL is used to combine rows from two or more tables based on a related column between them, allowing you to query associated data together.