What is a constraint. Types of constraints ?
Answer Posted / 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 |
Post New Answer View All Answers
What type of database is sql?
what is a constraint? Tell me about its various levels. : Sql dba
What is the difference between in and between in sql?
What is dense_rank in sql?
explain primary keys and auto increment fields in mysql : sql dba
what are properties of a transaction? : Sql dba
How to display the records between two range in Oracle SQL Plus?
What are the different ddl commands in sql?
How to avoid using cursors? What to use instead of cursor and in what cases to do so?
how to return query output in html format? : Sql dba
Does google use sql?
Name three sql operations that perform a sort.
What do you understand by case manipulation functions?
explain the difference between delete , truncate and drop commands? : Sql dba
how to include character strings in sql statements? : Sql dba