what is Constraint? How many types of constraints in SQL ?
Answer Posted / sivanagireddy.k
constraints nothing but condition on column in the table by using constraint checking process or validation pprocess has been done.
constraints are 6 tyes
1.unique
2.Not null
3.Primary key
4.Check
5.Default
6.Foreign key
types of level in constraints
column level
table level
send ur queries to this mail id rsivanagireddy@gmail.com
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is the openxml statement in sql server?
explain how to create a new schema in a database? : Sql server database administration
What is standby servers? Explain types of standby servers.
What do you understand by mirroring?
What is a trigger what are the advantages of trigger?
What are the new features of sql server 2012 reporting service?
What is sql server schema compare? How we can compare two database schemas?
How to include text values in sql statements?
How do you debug a procedure in sql server?
What is ms sql server service broker?
What is proper subset of candidate key?
Can we shrink data file in sql server?
Explain cross join or cartesian product in sql?
You have modified 100 store procedures and want to replicate these changes from development to prodution, and production can have users using the Server/DB, how would you replicate without causing issues?
How do I view a script in sql server?