Multiple choice SELECT name, age, city FROM users - What is the table name? age city name users Reveal answer Fill a bubble to check yourself D Correct answer Explanation In the SQL syntax 'SELECT ... FROM table_name', the word immediately following the 'FROM' keyword specifies the table being queried. Here, 'users' is the table.