0 votes
in Sql by
What are the possible values for the SQL BOOLEAN data field?

1 Answer

0 votes
by

For a BOOLEAN data field, two values are possible: -1(true) and 0(false).

...