Can an Integrity Constraint be enforced on a table if some
existing table data does not satisfy the constraint ?

Answers were Sorted based on User's Feedback



Can an Integrity Constraint be enforced on a table if some existing table data does not satisfy the..

Answer / sandeep desai

No.
Eg:-
Consider Table emp
Assume there are only 5 records in emp
and in emp_sal column values are (1200,1400,4500,2000).
Now if I try to create a check constraint on emp_sal column
for the range between 2000 and 4000 then an error is thrown
since values below this range also exist in emp_sal column.

Is This Answer Correct ?    4 Yes 0 No

Can an Integrity Constraint be enforced on a table if some existing table data does not satisfy the..

Answer / orawhiz

No.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Oracle General Interview Questions

It's Urgent? How to IMPORT .xls & .txt file into ORACLE?

5 Answers  


What is Database Link ?

2 Answers  


How to unlock the sample user account in oracle?

0 Answers  


What is control file used for?

0 Answers  


How to drop a stored function?

0 Answers  






Given two table employee and department EMP ---------------- empid deptid(fk) Dept --------------------- deptid(pk) deptname que-Write a query to find count of employee in each department. Expected Output- deptid countofEmployee --------------------------- 10 57 20 20 30 15

2 Answers  


Please explain oracle left join with an example?

0 Answers  


What is STATSPACK tool?

3 Answers   Wipro,


How to set a transaction to be read only in oracle?

0 Answers  


Please explain oracle data types with examples?

0 Answers  


How would you extract DDL of a table without using a GUI tool?

1 Answers  


What language does oracle use?

0 Answers  


Categories
  • Oracle General Interview Questions Oracle General (1789)
  • Oracle DBA (Database Administration) Interview Questions Oracle DBA (Database Administration) (261)
  • Oracle Call Interface (OCI) Interview Questions Oracle Call Interface (OCI) (10)
  • Oracle Architecture Interview Questions Oracle Architecture (90)
  • Oracle Security Interview Questions Oracle Security (38)
  • Oracle Forms Reports Interview Questions Oracle Forms Reports (510)
  • Oracle Data Integrator (ODI) Interview Questions Oracle Data Integrator (ODI) (120)
  • Oracle ETL Interview Questions Oracle ETL (15)
  • Oracle RAC Interview Questions Oracle RAC (93)
  • Oracle D2K Interview Questions Oracle D2K (72)
  • Oracle AllOther Interview Questions Oracle AllOther (241)