What is a constraint. Types of constraints ?

Answers were Sorted based on User's Feedback



What is a constraint. Types of constraints ?..

Answer / 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

What is a constraint. Types of constraints ?..

Answer / pavani

Constraint means it is rule which you want to apply on the
table. There are two types of constraints.
1. Column Constraints: Applicable for that column only.
2. Table Constraints: Applicable for more than one column.

Column Constraints:
a. unique b. not null c. primary key d. foreign key
e.default f. check

Table constraints:
a. unique b. primary key c. foreign key d. check

Is This Answer Correct ?    26 Yes 5 No

What is a constraint. Types of constraints ?..

Answer / sujit.1551

constraint are nothing but a conditions,in other words
enforcing the business rules into the database.
types of constraits:
1)check constraint
2)unique constraint
3)primary key
4)foreign key
5)Not null
6)Default

Is This Answer Correct ?    20 Yes 3 No

What is a constraint. Types of constraints ?..

Answer / samuvel

Constraint is a restriction on table

Types:

1)Column Constraints:applicable for column level
i)unique ii) not null

2)Table constraints:applicable for table level
1)primary key ii) foreign key d. check

Is This Answer Correct ?    8 Yes 4 No

What is a constraint. Types of constraints ?..

Answer / ravi

constraints are two types
1.Rule based constraint
2.cost based constraint

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL PLSQL Interview Questions

What is sql architecture?

0 Answers  


What is query execution plan in sql?

0 Answers  


Why do we use procedures in sql?

0 Answers  


Is grant a ddl statement?

0 Answers  


What is a schema sql?

0 Answers  






What is %s in sql?

0 Answers  


In a distributed database system, can we execute two queries simultaneously?

0 Answers  


What is a nested table in word?

0 Answers  


how to escape special characters in sql statements? : Sql dba

0 Answers  


can we use out parameter in a function?Give an example.

4 Answers   Logica CMG, TCS,


how can we know the count/number of elements of an array? : Sql dba

0 Answers  


Is it possible to link two groups inside a cross products after the cross products group has been created?

0 Answers  


Categories