What value could be assigned to Varchar Type?
Answers were Sorted based on User's Feedback
Answer / mandar
Any value you use in the varchar data type like
number,charater..
Is This Answer Correct ? | 2 Yes | 0 No |
Answer / shiavngi
It should be any Alphanumeric value may be charatcter and
variable and number any character what you want
Is This Answer Correct ? | 2 Yes | 0 No |
Is sql server is free?
Please give me the SP for the below scenario. I have two tables named Table1 and Table2...I need to fetch record by record from Table1 and insert the record in to table2 where the value in the sno column of the table1 is even number.
what type of indexes physically sort data?
What is Dedicated Administrator Connection in sql server 2005?
What is mean by "fill factor" ? and what is mean by "Index "in sql?
Tell me what are the advantages of using stored procedures?
Explain different types of BACKUPs avaialabe in SQL Server? Given a particular scenario, how would you go about choosing a backup plan?
Explain sql server authentication modes?
What changes in the front end code is needed if mirroring is implemented for the high availability? : sql server database administration
What are ddl (data definition language) statements for tables in ms sql server?
How do you read transaction logs
what is the difference between Delete and Truncate command in SQL