EasyOutput prediction
Selecting a numeric literal
Given this table (products) with exactly 2 rows:
| id | name |
|---|---|
| 1 | Widget |
| 2 | Gadget |
What does this query return?
SELECT name, 0 AS discount FROM products;
← → arrow keys to navigate
Sign in to save your progress.