Answer Posted / yash
The default value of a variable of value type is the value
assigned in the default constructor. For simple types this
value corresponds to a bit pattern of all zeros:
• For integer types, the default value is 0
• For char, the default value is `\u0000' //Unicode
• For float, the default value is 0.0f
• For double, the default value is 0.0d
• For decimal, the default value is 0.0m
• For bool, the default value is false
| Is This Answer Correct ? | 26 Yes | 2 No |
Post New Answer View All Answers
you notice that the transaction log on one of your databases is over 4gb the size of the data file is 2mb what could cause this situation, and how can you fix it? : Sql server administration
What is a non-clustered index?
How to create a testing table with test data in ms sql server?
What’s the distinction between dropping a info and taking a info offline?
What is optimistic concurrency?
Do you know what are various aggregate functions that are available?
Relational calculus is what type of language?
What is dknf in normalization form?
Explain different types of collation sensitivity?
Explain nested join?
How to link tables in sql server?
What is the difference between for trigger and after trigger?
Why is normalisation important?
What are different types of raid levels?
What are data resources?