What happens if null values are involved in bitwise operations?



What happens if null values are involved in bitwise operations?..

Answer / Rohitash Kumar

In bitwise operations, NULL is treated as an unknown value. Therefore, if you perform a bitwise operation involving NULL, the result will be NULL.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL Server Interview Questions

What is transcation?Plz give One example?

2 Answers  


What is abstracting periodical?

1 Answers  


What is the difference between a clustered index and a non-clustered index?

1 Answers  


How to generate create table script on an existing table in ms sql server?

1 Answers  


what is bit data type? and what are the information that can be stored inside a bit column?

2 Answers  


What is query processing?

1 Answers  


What is the basic difference between clustered and a non-clustered index?

9 Answers   Infogain,


How can you check the level of fragmentation on a table?

1 Answers  


Explain table valued parameters in sql server? Why tvp used?

1 Answers  


Write an sql query to find first weekday of the month?

1 Answers  


Determine how to use the inserted and deleted pseudo tables?

1 Answers  


we have emp table like Ename,EDOJ,EDOB with Column structure.but we want to know the employee Age.How? Any Body Plz

6 Answers  


Categories