EasyOutput prediction

Selecting a numeric literal

Given this table (products) with exactly 2 rows:

idname
1Widget
2Gadget

What does this query return?

SELECT name, 0 AS discount FROM products;

← → arrow keys to navigate

Sign in to save your progress.

Selecting a numeric literal - SQL SELECT Basics Quiz | Unnested