Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 1072837
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T20:54:53+00:00 2026-05-16T20:54:53+00:00

I plan to delete data from a table, I would like to know how

  • 0

I plan to delete data from a table, I would like to know how many and which tables have a foreign key reference to this particular table in Oracle. As I will have to set the foreign keys to null. I would like to know list of all tables which have a FK to this particular table.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-16T20:54:53+00:00Added an answer on May 16, 2026 at 8:54 pm
    SELECT d.table_name,
    
           d.constraint_name "Primary Constraint Name",
    
           b.constraint_name "Referenced Constraint Name"
    
    FROM user_constraints d,
    
         (SELECT c.constraint_name,
    
                 c.r_constraint_name,
    
                 c.table_name
    
          FROM user_constraints c 
    
          WHERE table_name='EMPLOYEES' --your table name instead of EMPLOYEES
    
          AND constraint_type='R') b
    
    WHERE d.constraint_name=b.r_constraint_name
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

The problem is during inserting data from staging table during import routine. The system
I'm trying to insert some data from a XML document into a variable table.
I have a query: select min(timestamp) from table This table has 60+million rows, and
I have a simple delete procedure which is using na cursor. I read somewhere
I plan to have 2 projects. 1. mbtech.crm.mvc 2. mbtech.crm.tests I will have a
We have a full text index on a fairly large table of 633,569 records.
I have three classes, TImageProcessingEngine , TImage and TProcessing TImageProcessingEngine is the one which
I have a application with many dialogs and created a function to open a
I have a database structure that has two one-to-many relationships. I have a website,
I plan to design a data structure including elements as this, {1, 13, 15,

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.