Breaking News: Grepper is joining You.com. Read the official announcement!
Check it out

oracle list foreign keys referencing a table

Famous Flatworm answered on April 11, 2024 Popularity 1/10 Helpfulness 1/10

Contents


More Related Answers

  • oracle list constraints
  • foreign key oracle
  • oracle get foreign keys on table
  • oracle find constraints referencing a table

  • oracle list foreign keys referencing a table

    0

    To find all foreign keys referencing a target table, join together two copies of the all_constraints table, one for the primary key constraint on the target table (here labelled "pk") and one for the foreign key constraints on other tables referencing that pk constraint (here labelled "fk"), and then join the all_cons_columns table for extra column name info.

    Popularity 1/10 Helpfulness 1/10 Language sql
    Source: Grepper
    Link to this answer
    Share Copy Link
    Contributed on Apr 11 2024
    Famous Flatworm
    0 Answers  Avg Quality 2/10


    X

    Continue with Google

    By continuing, I agree that I have read and agree to Greppers's Terms of Service and Privacy Policy.
    X
    Grepper Account Login Required

    Oops, You will need to install Grepper and log-in to perform this action.