What is an Integrity Constraint?

Answer Posted / guest

integrity Constraints is used by oracle to check data
Integrity while performing operations into database.
Like columns is defined as not null.User cannot insert null
values into this column

Constraints:
1. Primary Key
2. Unique Key
3. Not Null
4. Referential Integrity(Foreign Key)
5.Check Constraints

Is This Answer Correct ?    6 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between a subquery and a join?

537


how to delete duplicate rows from a join tables(I have three tables on that join) how do you know which join is need to be used? The select statement I have is: SELECT gc_skill_type.skill_type, gc_area_tec.area, gc_technology.technology, gc_technology.id_technology, gc_area_tec.id_area_tec FROM gc_skill_type, gc_area_tec, gc_technology WHERE gc_area_tec.id_skill_type (+) = gc_skill_type.id_skill_type AND gc_technology.id_area_tec (+) = gc_area_tec.id_area_tec order by gc_skill_type.skill_type asc, gc_area_tec.area asc, gc_technology.technology asc

3267


Why truncate is faster than delete?

569


What is the difference between an inner and outer join?

550


How many types of cursors are available in pl/sql?

592






What is dml with example?

525


What is full join in sql?

530


Can we create table inside stored procedure?

540


What are the types pl/sql code blocks?

620


What is the use of index in hive?

555


Is there a way to automate sql execution from the command-line, batch job or shell script?

565


What is the purpose of my sql?

519


What is oracle pl sql developer?

540


what are enums used for in mysql? : Sql dba

620


What are the commands used in sql?

539