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
What is user-defined inline table-valued function?
Do you know what are the restrictions that views have to follow?
What are the differences between “row_number()”, “rank()” and “dense_rank()”?
What are the different kinds of ssrs reports?
What is the preferred way to create a clustered and non-clustered index? Which index should you create first the clustered or non-clustered?
What are the 7 disadvantages to a manual system?
What are the components of sql server service broker?
What is the data type of time?
What is the fastest way to permanently delete a 1 million row table named customers?
What does <> symbol mean?
List the different types of joins?
what are the basic functions for master, msdb, model, tempdb and resource system databases? : sql server database administration
What is trace flag in sql server?
Define synonym?
What are sql dirty pages?