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 statements have three main capabilities: Projection (selecting specific columns), Selection (filtering rows with WHERE), and Join (combining data from multiple tables). All of these are fundamental SELECT operations.