EasyOutput prediction

Selecting a constant value

Given this table (employees) with exactly 3 rows:

idname
1Alice
2Bob
3Carol

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.

Selecting a constant value - SQL SELECT Basics Quiz | Unnested