-
+
Data Types
- standard
SQL type
boolean.
- boolean can have one of only two states:
+ standard
SQL type
boolean;
+ see .
+ The boolean type can have one of only two states:
true
or false
. A third state,
unknown
, is represented by the
+
+
Boolean Data Type
+
+
+ |
+ Name
+ Storage Size
+ Description
+
+
+
+ |
+ boolean
+ 1 byte
+ state of true of false
+
+
+
+
+
Valid literal values for the true
state are:
+ shows that
+ boolean values are output using the letters
+ t and f.
+
+
Using the boolean type
t | sic est
-
- shows that
- boolean values are output using the letters
- t and f.
-
-
- boolean uses 1 byte of storage.
-