what is Constraint? How many types of constraints in SQL ?
Answer Posted / lekhraj
Constraints are the way by Databse managing the data inegrity.
Types of constraint are:-
1)NOT Null
2)Default
3)Check
4)Rule
5)Primary
6)Unique
7)Foreign
| Is This Answer Correct ? | 46 Yes | 65 No |
Post New Answer View All Answers
What is raid? : SQL Server Architecture
What is a partitioned view?
What is the difference between implicit and explicit transaction?
What are the new data types are introduced in sql 2000?
what's new in sql server 2016?
What is named calculation? : sql server analysis services, ssas
What is the default fill factor value?
Does a specific recovery model need to be used for a replicated database? : sql server replication
Relational calculus is what type of language?
Tell me what do you mean by an execution plan? Why is it used? How would you view it?
How to create a simple stored procedure in ms sql server?
Explain foreign key in sql server?
How do I find the default sql server instance?
Mention the differences between sql server and mysql.
What is set nocount on and what is set nocount off?