What is null in database?



What is null in database?..

Answer / Chaman Singh Negi

In a database, 'null' represents an unknown value or a missing value. It is not equal to zero or any empty string.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

Why to use “using” in c#?

1 Answers  


what is the difference between int and Int32?

5 Answers   TCS,


Is it true that all c# types derive from a common base class?

1 Answers  


What is the difference between Singleton design pattern and Factory design pattern?

1 Answers  


What is returned if you pass the value 12.34 to the parsefloat () function?

1 Answers  


How to do and Apply Themes to Datagrid,Lable,Textbox,etc., in C#.NET 2005 Windows Application? (like who we will do themes in ASP.NET using .CSS and .SKIN files). Urgent!!

1 Answers  


Why cannot you specify the accessibility modifier for methods inside the interface?

1 Answers  


How do you create multiple inheritance in C#?

5 Answers   Microsoft,


Can we call server-side code (c# or vb.net code) from javascript?

1 Answers  


What is a ienumerator?

1 Answers  


What is difference between mutable and immutable in c#?

1 Answers  


6. If we assign a value in textbox on Page_UnLoad event, will it display?

2 Answers   Mphasis,


Categories