logo

CuriousTab

CuriousTab

Discussion


Home Interview Technology Comments

  • Question
  • A table is classified as a parent table and you want to drop and re-create it. How would you do this without affecting the children tables?


  • Correct Answer
  • Disable the foreign key constraint to the parent, drop the table, re-create the table, enable the foreign key constraint 


  • Technology problems


    Search Results


    • 1. What are the Referential actions supported by FOREIGN KEY integrity constraint?
    • Discuss
    • 2. What are the advantages of operating a database in ARCHIVELOG mode over operating it in NO ARCHIVELOG mode?
    • Discuss
    • 3. What is a DBA?
    • Discuss
    • 4. Which among the following are the capabilities of the Cursor?

    • Options
    • A. It reads every row one by one.
    • B. It can be parameterised and hence are flexible
    • C. It can be positioned to specific rows
    • D. All the above
    • Discuss
    • 5. What is meant by a dedicated computer?

    • Options
    • A. Which is assigned one and only one task
    • B. Which is meant for application software
    • C. Which is used by one person only
    • D. Which uses one kind of software
    • Discuss
    • 6. How would you go about increasing the buffer cache hit ratio?
    • Discuss
    • 7. Explain an ORA-01555?
    • Discuss
    • 8. What does a Control file Contain?
    • Discuss
    • 9. Describe what redo logs are.
    • Discuss
    • 10. How would you force a log switch?
    • Discuss


    Comments

    There are no comments.

Enter a new Comment