Logical Data Type

Use the Logical data type when you want an efficient way to store data that has only two values. Logical data is stored as true (.T.) or false (.F.). For more information about the specifications for this type, see the tables of Data and Field Types.

See Also

CREATE TABLE - SQL Command | Data and Field Types | Logical Operators