EasyOutput prediction
Selecting a constant value
Given this table (employees) with exactly 3 rows:
| id | name |
|---|---|
| 1 | Alice |
| 2 | Bob |
| 3 | Carol |
How many rows does this query return, and what value appears in every row?
SELECT 'active' AS status FROM employees;
← → arrow keys to navigate
Sign in to save your progress.