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)
Explain the different parts that constitute ASP.NET application.
Content, program logic and configuration file constitute an ASP.NET application. Content files Content files include static text, images ...
-
Following are the advantages of ASP.NET. Web application exists in compiled form on the server so the execution speed is faster as compar...
-
Content, program logic and configuration file constitute an ASP.NET application. Content files Content files include static text, images ...
-
A web application resides in the server and serves the clients requests over internet. The client access the web page using browser from ...
No comments:
Post a Comment