What are the Limitations of a CHECK Constraint ?

Answers were Sorted based on User's Feedback



What are the Limitations of a CHECK Constraint ?..

Answer / priyanka

conditions mentioned in the CHECK constraint must be a
boolean exp,they cannot be subqueries or sequences n
cannot include the SYSDATE,UID,USER, USERNV SQLfunctions

Is This Answer Correct ?    13 Yes 2 No

What are the Limitations of a CHECK Constraint ?..

Answer / pkd

with check constraint, you can not use pseudo column
(sysdate) function

Is This Answer Correct ?    11 Yes 3 No

What are the Limitations of a CHECK Constraint ?..

Answer / surya

It is used to avoid invalid and inconsistence data into the
data base table.
For example if you specify like this
sal int Check(sal>=1000)
and trying to insert value below 1000 in the sal
column,they won't accept you.That means it restrict the
data in the database table.

Is This Answer Correct ?    8 Yes 4 No

What are the Limitations of a CHECK Constraint ?..

Answer / vijay kumar jakkam

1. A CHECK constraint evaluates to TRUE when the resulting value of the CHECK constraint expression is unknown, e.g. when the expression contains NULL.

Example: A CHECK constraint that enforces the value of a particular column to be >0 evaluates to TRUE if NULL passed while inserting.
2. CHECK Constraints are not evaluated for delete statements.

Is This Answer Correct ?    2 Yes 0 No

What are the Limitations of a CHECK Constraint ?..

Answer / ratnarao

The check consttraint should be with in the two boundaries
(min value to max value).

Is This Answer Correct ?    5 Yes 9 No

Post New Answer

More Oracle General Interview Questions

what is insert all statement in sql

2 Answers   CGI, TCS,


How do I use os authentication with weblogic jdriver for oracle and connection pools?

0 Answers  


difference between imlicit cursor and explicit cursor ?

5 Answers   Cap Gemini,


What is proxy method?

0 Answers  


How to update a table row with a record?

0 Answers  






8. Display the client name and order date for all orders using the natural join keywords.

1 Answers   Wipro,


I have my backup RMAN script called backup_rman.sh. I am on the target database. My catalog username/password is rman/rman. My catalog db is called rman. How would you run this shell script from the O/S such that it would run as a background process?

1 Answers  


What are the various types of snapshots ?

0 Answers  


What is the meaning of recursive hints in oracle?

0 Answers  


Tell me New Feature of Oracle 10g?

5 Answers   Thermotech,


Is it possible to center an object horizontally in a repeating frame that has a variable horizontal size ?

0 Answers   Oracle, TCS,


14. Display the item_cost and then round it to the nearest hundred, ten, unit, tenth and hundredth

1 Answers   Wipro,


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)