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 The SELECT statement performs projection (selecting specific columns), selection (filtering rows with WHERE), and joining (combining data from multiple tables). These are the three fundamental capabilities of SQL queries.