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 are the disadvantages of merge replication?
What is inner join? Explain with an example?
What sql server means?
What do you understand by a view? What does the with check option clause for a view do?
Explain magic tables in sql server?
What is clustered vs nonclustered index?
How to check if a table is being used in sql server?
What is difference between equi join and natural join?
Explain the xml support sql server extends?
What is difference between table aliases and column aliases? Do they affect performance?
What is intellisense?
What is the difference between online clustering and Offline clustering?
How to choose all records from the table?
What is indexing and its types?
How to find the version of sql server? : sql server database administration