What are constraints? Explain different types of
constraints?
Answer Posted / k.swathi
constraint is a mechanism which is used to stop the data entered by the end user by implementing bussiness rules.
contraint are 6 types
1)unique
2)primary key
3)check
4)null
5)not null
6)foreign key(refferential key)
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
How to Check if table exists in sql server?
Describe how to use the linked server?
How to get a list of all tables with "sys.tables" view in ms sql server?
What is database mirroring?
Do you know what are the differences between lost updates and uncommitted dependencies?
Do you know sql server 2008 introduces automatic auditing?
What happens if you delete a table that is used by a view?
How to perform key word search in tables?
Can group by be used without aggregate functions?
What are drilldown reports?
Explain different types of collation sensitivity?
Explain the properties of sub-query in sql server?
What is a cube? : sql server analysis services, ssas
what are defaults? : Sql server database administration
What do you understand by SQL*Net?