What is bit datatype?

What is bit datatype?

- A bit datatype is an integer data type which can store either a 0 or 1 or null value.
- It is used to store boolean information like 1 or 0 (true or false).
- It is a special kind of integer that could be either true or false.
- It is used to store 0,1 or null.
What is lock escalation?
What is lock escalation? - Lock escalation from SQL Server 7.0 onwards, is dynamically managed by SQL Server.......
What is blocking?
What is blocking? - Blocking happens when one connection from an application holds a lock and a second....
SQL Server - What is Public Role in SQL Server?
What is Public Role in SQL Server? - Every database has a public role which holds all the default permissions for the users in a database......
Post your comment