Subject BOOLEANS
Author Cassandra Harley
I am looking but I see no boolean datatype.
Am I to assume that the standard way to create a boolean is

CREATE DOMAIN D_Bool AS INTEGER
CHECK ((VALUE = 0) OR (VALUE - 1));


Thanks,
Cassandra