what is Constraint? How many types of constraints in SQL ?
Answer Posted / vinod
Constraints are used to restrict the insertion of unwanted data.
Using constraints you can maintain data integrity by preventing invalid data being entered.
Constraints are Five type
Primary key
Unique Key
Foreign Key
Not Null
Check
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
List out the different types of locks available in sql server?
What are security principals used in sql server 2005?
What programming language would you use to create embedded functions in ssrs?
How exceptions can be handled in sql server programming?
What is rank function?
What is implicit mode in sql server?
How do I find information about the install locations for the various instances running on a computer?
What are the character string functions supported by sql server 2005?
When does a workload on SQL Azure get throttled?
What is the difference between ddl and dml?
List the different normalization forms?
why would you use sql agent? : Sql server database administration
how you can move data or databases between servers and databases in sql server? : Sql server administration
What is difference between global temporary tables and local temporary tables?
What is the difference between Clustered and Non-Clustered Index?