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 used to replicate sessions between instances in coldfusion clusters?
what is normalization? : Sql server database administration
What are cursors? Explain different types of cursors. What are the disadvantages of cursors? How can you avoid cursors?
How does recursive cte works in sql server?
What is ms sql server service broker?
Can you index views?
Can you please explain the difference between primary keys and foreign keys?
Difference between Inner vs outer joins?
How adventureworkslt tables are related?
How can a user-defined datatype be created?
What is difference between foreign key and unique key?
Can we deploy SSRS reports on our personal website?
Where are sql server user names and passwords stored in sql server?
Do you know what are the steps to process a single select statement?
‘Order by’ is not allowed in a view how can you sort information from a view?