Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

When can Hash Cluster used ?

1 Answers  


What is Water Mark in Oracle?

7 Answers   Oracle,


difference between bind variable and variable

1 Answers   Attra,


Explain the use of control file?

0 Answers  


How to drop an existing table in oracle?

0 Answers  


Which is better Oracle or MS SQL? Why?

2 Answers   Bally Technologies,


Give the constructs of a package, function or a procedure.

0 Answers  


How to synchronize 2 schema's objects?

0 Answers   Virtusa,


How to rename an existing table?

0 Answers  


How to connect to a remote server?

0 Answers  


What is Index Cluster ?

2 Answers  


How can I see all tables in oracle?

0 Answers  


Categories
  • Oracle General Interview Questions Oracle General (1803)
  • 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)