what is Constraint? How many types of constraints in SQL ?
Answer Posted / kumari
Constraint are the rules enforced on data columns on table
types of constraints:
PRIMARYKEY
FOREIGN KEY
NOT NULL
UNIQUE KEY
CHECK
DEFAULT
Check
| Is This Answer Correct ? | 111 Yes | 33 No |
Post New Answer View All Answers
What is the fillfactor concept in indexes?
What do you mean by cardinality?
What is dbcc command in sql server?
Does the unique constraint create an index?
Recommend an approach to ensuring that all changes in the remote databases synchronize with the SQL Azure database?
What is the difference between a fill factor of 100 and 0?
How to Insert multiple rows with a single insert statement?
What is dknf in normalization form?
What are the types of database recovery models?
Is the order of columns in the set clause important in ms sql server?
What are the system database in sql server 2005?
What is rtm version in sql server?
Please differentiate between a local and a global temporary table?
What is the difference between sql server 2000 object owner and sql server 2005 schema? : sql server database administration
How can you tell if a database object is invalid?