Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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


Please Help Members By Posting Answers For Below Questions

What are the differences between decimal and float in ms sql server?

1344


How to provide default values to function parameters?

1219


What is an example of a primary key?

1037


What is a partition function in sql server?

1215


In which format does an image save in SQL Server database ?

1054


Is mysql the same as sql server?

1031


What is the distinction amongst delete and truncate?

1110


What is the purpose of sql profiler in sql server?

1066


What specific conditions database should meet, before you can bulk copy data into it using bcp?

1039


What is the recovery model? List the types of recovery model available in sql server?

944


How to create an index on a view?

1138


What is the datatype of rowid?

963


Explain aggregate functions?

1138


Explain what is raid and what are different types of raid levels?

1087


What is a join in sql?

1152