Can I remove the default constraint columns in SQL SERVER?
Answer Posted / suraj
-- CONSTRAINTS are used to limit the type of data that
can go in to a table.
-- You can have multiple CONSTRAINTS in any one column
of a table.
-- You don't have to drop CONSTRAINTS in order to be
able to drop the table.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain logical operators in sql server?
What is “asynchronous” communication in sql server service broker?
What do you mean by an execution plan? Why is it used?
Can I work with several databases simultaneously? : sql server management studio
what is denormalization? : Sql server database administration
How we create SQL Server 2005 Reporting Services ? Give me Sample
What is read committed?
What are recommended options to be used while using db mirroring? : sql server database administration
What is resource governor in sql server?
How to insert data into an existing table?
Explain the xml support sql server extends?
What are the difference between clustered and a non-clustered index?
What is the sql server 2000 version number?
How can you set the threshold at which sql server will generate keysets asynchronously?
in a table is b in column k (manikanta,sivananda,muralidhar) i want result like (mnikanta,sivnanda,murlidhar) please slove it