数据库中存储布尔值的最佳数据类型是什么?

数据库中存储布尔值的最佳数据类型是什么?

问题描述:

在数据库中存储布尔值的最佳数据类型是什么?大多数使用的RDBMS类型支持,如Mysql,oracle,postgres,mssql

What is the best data type to store boolean values in a database? which is supported by mostly used RDBMS types such as Mysql,oracle,postgres,mssql

可以使用TINYINT或位数据类型

you can use TINYINT or bit datatype