what is Constraint? How many types of constraints in SQL ?
Answer Posted / krishna
constraints are use to maintain the relation between the two tables. sql contains the 5 types of constraints
1.primary key
2.foreign key
3.unique key
4.Not null
5.check
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is an indexing technique?
How to set a database state to offline in ms sql server?
Tell me what is difference between clustered and non clustered index?
Do I need a report server to run reports in my application?
How can I change procedure name in sql server?
What do you mean by an execution plan?
What is proper subset of candidate key?
How you can change the database name in SQL SERVER?
Explain syntax for disabling triggers?
How do triggers work?
What is dbcc?
Explain about temporary stored procedure?
What is simple indexing method?
What is dbcc updateusage?
Is it true, that there is no difference between a rule and a check constraint?