Can I remove the default constraint columns in SQL SERVER?
Answer Posted / krishnakumar
table create time must constraint name is important..create
time not use constraint name don't delete don't delete
constraint column
alter table table_name drop constraint <constraint name>
table create time use this query
create table delete_table(emp_id int constraint del_pk
primary key,age int)
constraint name delere query
.............................
alter table delete_table drop constraint del_pk
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is an active database?
What is awe?
why would you call update statistics? : Sql server database administration
What are key, name and value columns of an attribute? : sql server analysis services, ssas
What is merge replication?
What the difference between UNION and UNIONALL?
Is it possible to create trigger on views?
Do you know what are the restrictions that views have to follow?
How to get all stored procedures in sql server?
what is spatial nonclustered index
What is difference between joins and subqueries?
What are the tool windows in sql server management studio? : sql server management studio
What is normalization? Describe its different types.
What is sql server management studio? : sql server management studio
Can sql servers link to other servers like oracle?