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
How to resolve the orphan use problem? : sql server security
Explain the difference between function and stored procedure?
What are the two modes of authentication in sql server?
you have a table with close to 100 million records recently, a huge amount of this data was updated now, various queries against this table have slowed down considerably what is the quickest option to remedy the situation? : Sql server administration
What are data driven subscriptions?
What authentication modes does sql server support?
Does the unique constraint create an index?
How to send email from database?
Explain the commands in sql server?
How many types of attribute relationships are there? : sql server analysis services, ssas
How can sql server instances be hidden? : sql server security
Can we perform backup restore operation on tempdb?
Explain the characteristics of a transaction server for example atomicity, consistency, isolation, durability?
What is inline variable assignment?
What is create command?