What are constraints? Explain different types of
constraints?
Answer Posted / g.rajesh(m.tech)
constrain kis a rule.
types of constriants are
1.domain constrain:
eg:chjeck,default,not null.
2.entity constraints:
eg:primary key.
unique key
3.referential constrain:
eg:foreign key
| Is This Answer Correct ? | 7 Yes | 9 No |
Post New Answer View All Answers
Define outer join in sql server joins?
Differentiate sql server reporting services vs. Crystal reports?
How to declare a cursor with "declare ... Cursor" in ms sql server?
How to set database to be single_user in ms sql server?
What is a schema in ms sql server 2005?
What are recommended options to be used while using db mirroring? : sql server database administration
What is acid mean in sql server?
What is the difference between a unique key and primary key?
Explain how to use linked server?
Why I am getting this error when renaming a database in ms sql server?
Retrieve the unique rows from table without using UNIQUE and DISTINCT keywords.
what are the important architecture components of SSRS?
How to end a stored procedure properly in ms sql server?
what is normalization? Explain different levels of normalization? : Sql server database administration
What is a transactions?