Quantcast
Channel: Database Star
Viewing all articles
Browse latest Browse all 85

SQL Boolean Data Type

$
0
0
Do you need to store a boolean value in your SQL database? Does the data type even exist? Read this article and find out. What is a Boolean? A boolean is a data type that can store either a True or False value. This is often stored as 1 (true) or 0 (false). It’s named […]

Viewing all articles
Browse latest Browse all 85

Trending Articles