Multiple choice technology databases What does follow after the SQL SELECT clause? The JOIN SQL clause. List of columns that will be selected or the * symbol. The name of the table we are selecting from. None of the above Reveal answer Fill a bubble to check yourself B Correct answer Explanation In a standard SQL query, the SELECT keyword is immediately followed by the list of columns to be retrieved or the asterisk symbol representing all columns. The table name comes later after the FROM clause.