Monday, 26 September 2011

Refresh constraints

 




[caption id="" align="alignright" width="158" caption="Image via CrunchBase"]Image representing Oracle Corporation as depic...[/caption]




Constraints are one of the fundamental concepts, which arrive at a very elementary stage of Database designing. Constraints are nothing but the rules on the data. This preserves the Entity integrity, Referential Integrity, and Domain Integrity of the data. While entity integrity focusses on uniqueness and NULLable property of a data, referential checks the data of a column 'in reference to' its parent column. Domain integrity defines a domain set for a column.

 They are imposed upon the table columns, where they act as barrier for the incoming data. Once the checks are activated, only the obedient data is allowed to grab the seat. System raises the 'Violating' exception, if the data fails the constraint rule.

My obligations to DBANotes.com, who published the content. Read the complete paper at the below link.

 http://www.dbanotes.com/database-development/understanding-oracle-11g-constraints/

Do post your feedback/comments/queries.

Saurabh

 

3 comments:

  1. Thanks for that awesome posting. It saved MUCH time :-)

    ReplyDelete
  2. Tyson F. Gautreaux1 October 2011 at 06:34

    This is a cool page! How long have you been writing?

    ReplyDelete
  3. very nice post, keep on it

    ReplyDelete