Multiple choice technology databases Which of the following SQL clauses is used to select data from 2 or more tables? HAVING JOIN WHERE BETWEEN Reveal answer Fill a bubble to check yourself B Correct answer Explanation JOIN clauses combine rows from two or more tables based on related columns. HAVING filters grouped results, WHERE filters individual rows, and BETWEEN specifies a range value - none of these combine data from multiple tables.