what is Constraint? How many types of constraints in SQL ?
Answer Posted / manoj kumar
Contraint is a provision to limit or enforce the data in
the sql tables. It is of five types:-
1 Primary Key Constraint
2 Foreign Key Constraint
3 Unique Constraint
4 Not Null Constraint
5 Check Constraint
| Is This Answer Correct ? | 7 Yes | 6 No |
Post New Answer View All Answers
Write a query for primary key constraint with identity key word?
Is it possible to replicate data from sql server to oracle? : sql server replication
What is factless fact table? : sql server analysis services, ssas
What is co-related sub query?
What is after dml trigger?
Does full backup break log chain?
Please explain go command in sql server?
What is an index in sql?
What is the data tier application?
How do I trace a query in sql server?
On a windows server 2003 active – passive failover cluster, how do you find the node which is active?
How to download and install sql server 2005 books online?
What is analysis service repository?
How to change a login name in ms sql server?
What are the differences between INNER JOIN, LEFT JOIN and RIGHT JOIN in SQL Server?