Bit datatype is used to store Boolean information like 1 or 0 (true or false). Until SQL Server 6.5 bit datatype could hold either a 1 or 0 and there was no support for NULL. But from SQL Server 7.0 onwards, bit datatype can represent a third state, which is NULL.
Subscribe to:
Post Comments (Atom)
-
Module Tester Sub Main () Dim firstNumber, secondNumber As String Dim number1, number2, sumOfNumbers As Intege...
-
Option Explicit Off Module Module1 Sub Main () EmployeeName = "Buddy Jamsa" EmployeePhoneNumber = ...
-
Module Module1 Sub Main () Dim AnInt As Integer = 5 Dim ALong As Long = 7 ALong = AnInt 'ca...
No comments:
Post a Comment