Google News
logo
PostgreSQL - Quiz(MCQ)
The Boolean data type can have the states true, false, and a third state?
A)
null
B)
error
C)
unknown
D)
undefined

Correct Answer :   unknown


Explanation : PostgreSQL provides the standard SQL type Boolean. The Boolean data type can have the states true, false, and a third state, unknown, which is represented by the SQL null value.

Advertisement