Login
Remember
Register
Ask a Question
What are the possible values for the BOOLEAN data field in SQL?
0
votes
asked
Jul 10, 2020
in
Sql
by
Robindeniel
What are the possible values for the SQL BOOLEAN data field?
#sql-boolean-data-field
#sql-boolean
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jul 10, 2020
by
SakshiSharma
For a BOOLEAN data field, two values are possible: -1(true) and 0(false).
...