dot Net Database Question:
Download Job Interview Questions and Answers PDF
Explain What is the maximum length of a varchar in SQL Server?
Answer:
VARCHAR[(n)]
Null-terminated Unicode character string of length n,
with a maximum of 255 characters. If n is not supplied, then 1 is assumed.
Null-terminated Unicode character string of length n,
with a maximum of 255 characters. If n is not supplied, then 1 is assumed.
Download dot Net Database Interview Questions And Answers
PDF
Previous Question | Next Question |
How to deploy an asp.net application? | Explain an execution plan? When would you use it? How would you view the execution plan? |