2. SQL Data Types
:
Data Types
:
Boolean Data Type
Share this page
Boolean Data Type
Boolean columns accept as input the literal values TRUE and FALSE and the strings 'TRUE' and 'FALSE', with no case sensitivity.
Internally, the BOOLEAN type is stored as a single-byte integer that takes only the values 0 and 1.