Quiz: Binning
Test yourself for binning in PostgreSQL.
We'll cover the following...
We'll cover the following...
Test your knowledge of binning in PostgreSQL.
1.
What will be the result of the following expression for x=45
: CASE WHEN x < 60 THEN 'A' WHEN x < 50 'B' ELSE 'C' END
?
A.
A
B.
B
C.
C
1 / 4