logo

CuriousTab

CuriousTab

Discussion


Home Interview Technology Comments

  • Question
  • How to recover a dropped table?


  • Correct Answer
  • Dropped tables can be recovered using DROP TABLE flashback It works the way recycle bin works Example: FLASHBACK TABLE EMPLOYEE TO BEFORE DROP; The most recently dropped table with that original name is retrieved from the recycle bin, with its original name 


  • Technology problems


    Search Results


    • 1. How to Add a new column to an existing table?
    • Discuss
    • 2. What is AFIEDT.BUF?
    • Discuss
    • 3. What are the basic SQL*Plus commands?
    • Discuss
    • 4. What are Number Functions in SQL?
    • Discuss
    • 5. What are aggregate functions in SQL? What are those functions?
    • Discuss
    • 6. What are the types of constraints avaialable in oracle?
    • Discuss
    • 7. Explain Check constraint.
    • Discuss
    • 8. Explain Not Null constraint.
    • Discuss
    • 9. Explain primary key constraint.
    • Discuss
    • 10. Explain foreign key constraint.
    • Discuss


    Comments

    There are no comments.

Enter a new Comment