AD MANAGEMENT

Collapse

BEHOSTED

Collapse

What is the advantage of Foreign Key in Oracle?

Collapse

Collapse

Edit this module to specify a template to display.

X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • What is the advantage of Foreign Key in Oracle?

    Hi guys, I want to know what is the advantage of foreign key in Oracle while we don't use the same thing with Mysql. do this make any difference?

  • #2
    Foreign keys are both a method of ensuring data integrity and a manifestation of the relationship between tables. It is also known as referential integrity.Foreign Key is a field in database table that is Primary key in another table. It can accept multiple null, duplicate values. We can have more than one foreign key in a table.Foreign key do not automatically create an index, clustered or non-clustered. You can manually create an index on foreign key.
    online dot net training | Online QA Training | online PMP certification

    Comment


    • #3
      Foreign key provides referencing another table using the primary key for the other table.
      Java software development

      Comment


      • #4
        A foreign key is a column or group of columns in a relational database table that provides a link between data in two tables.
        online dot net training | Online QA Training | online PMP certification

        Comment


        • #5
          Oracle Database can enforce the relationship between the two tables through a foreign key constraint, also called a referential integrity constraint.The value of foreign keys can match either the referenced primary or unique key value, or be null.

          Comment


          • #6
            Foreign Keys are necessary for maintaining integrity and consistency of your data in a corporate production environment. The cost is they can considerably slow down Inserts if you do not have indexes on the key in the parent table. This is especially the case where you may have a single fact like table, with multiple FK’s. Upon Insert, the database will do a lookup and if no index is present, your transactions can take longer to validate. I know the last time I focused on an ORM like Entity Framework it did not generate FK’s by default.
            Hire PhoneGap Developer || CustomWeb App Development||Find Xamarin Certified Developers ||UI Consulting Company

            Comment

            TEXT

            Collapse

            160

            Collapse

            Unconfigured Ad Widget

            Collapse

            GOOGLE

            Collapse

            Announcement

            Collapse
            1 of 2 < >

            FreeHostForum Rules and Guidelines

            Webmaster forum - Web Hosting Forum,Domain Name Forum, Web Design Forum, Travel Forum,World Forum, VPS Forum, Reseller Hosting Forum, Free Hosting Forum

            Signature

            Board-wide Policies:

            Do not post links (ads) in posts or threads in non advertising forums.

            Forum Rules
            Posts are to be made in the relevant forum. Users are asked to read the forum descriptions before posting.

            Members should post in a way that is respectful of other users. Flaming or abusing users in any way will not be tolerated and will lead to a warning or will be banned.

            Members are asked to respect the copyright of other users, sites, media, etc.

            Spam is not tolerated here in most circumstances. Users posting spam will be banned. The words and links will be censored.

            The moderating, support and other teams reserve the right to edit or remove any post at any time. The determination of what is construed as indecent, vulgar, spam, etc. as noted in these points is up to Team Members and not users.

            Any text links or images contain popups will be removed or changed.

            Signatures
            Signatures may contain up to four lines

            Text in signatures is subject to the same conditions as posts with respect decency, warez, emoticons, etc.

            Font sizes above 3 are not allowed

            Links are permitted in signatures. Such links may be made to non-Freehostforum material, commercial ventures, etc. Links are included within the text and image limits above. Links to offensive sites may be subject to removal.

            You are allowed ONLY ONE picture(banner) upto 120 pixels in width and 60 pixels in height with a maximum 30kB filesize.

            In combination with a banner/picture you can have ONLY ONE LINE text link.


            Advertising
            Webmaster related advertising is allowed in Webmaster Marketplace section only. Free of charge.

            Shopping related (tangible goods) advertising is allowed in Buy Sell Trade section only. Free of charge.

            No advertising allowed except paid stickies in other sections.

            Please make sure that your post is relevant.


            More to come soon....
            2 of 2 < >

            Advertise at FreeHostForum

            We offer competitive rates and a many kinds of advertising opportunities for both small and large scale campaigns.More and more webmasters find advertising at FreeHostForum.com is a useful way to promote their sites and services. That is why we now have many long-term advertisers.

            At here, we also want to thank you all for your support.

            For more details:
            http://www.freehostforum.com/threads...eHostForum-com

            More ad spots:
            http://www.freehostforum.com/forums/...-FreeHostForum
            See more
            See less
            Working...
            X