Answer Posted / mandar
Any value you use in the varchar data type like
number,charater..
Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How to rename an existing column with the "sp_rename" stored procedure in ms sql server?
How do I view views in sql server?
When we should use and scope of @@identity?
write an SQL query to list the employees who joined in the month of January?
How to retrieve error messages using odbc_errormsg()?
When would you use an insert into .. Select option versus an insert into .. Values option? Give an example of each?
How to backup SQL Server Reporting Services ?
Can you explain how long are locks retained within the repeatable_read and serializable isolation levels, during a read operation with row-level locking?
What are the different normalization forms?
What is the importance of concurrency control?
Define Joins?
What is the size of transaction log file?
What is normalization 1nf 2nf 3nf?
How to fetch the next row from a cursor with a "fetch" statement?
How to convert binary strings into integers in ms sql server?