Given this table (employees):
What value does this query return?
SELECT salary * 1.1 AS new_salary FROM employees WHERE id = 1;
← → arrow keys to navigate
Sign in to save your progress.