Multiple choice technology databases What are SQL “SELECT” statement capabilities. Projection Selection Join All of the above Reveal answer Fill a bubble to check yourself D Correct answer Explanation SQL SELECT supports projection (choosing columns), selection (filtering rows with WHERE), and join (combining tables). All three capabilities are fundamental to SELECT statements.