What is a constraint. Types of constraints ?
Answer Posted / sohail
Constraint is a restriction on table.There are two types of
constraints 1.ananymous constraint and 2.named
constraint.under named and ananymous constraints there are
1.primary key constraint
2.foreign key constraint
3. not null constraint
4. check constraint
5. unique constraint.
| Is This Answer Correct ? | 40 Yes | 10 No |
Post New Answer View All Answers
How many sql databases can you have on one server?
Why do we use function in pl sql?
How does a covering index work?
How is data stored on a disk?
What is schema in sql example?
what is auto increment? : Sql dba
What is procedure and function in sql?
What is normalization sql?
What is sqlerrd?
How can check sql version from command line?
What is the difference between local variables and global variables?
What is an implicit commit?
What is out parameter used for eventhough return statement can also be used in pl/sql?
tell me about various levels of constraint. : Sql dba
How is debugging done?