logo

CuriousTab

CuriousTab

Discussion


Home Interview Technology Comments

  • Question
  • What are the types of constraints avaialable in oracle?


  • Correct Answer
  • Oracle constraints are used to maintain consistent of data and ensure the data is properly maintained A constraint is more or less a restriction we try to apply on a table Types of constraints: - Check constraints - NOT NULL constraint - PRIMARY KEY constraint - REFERENCES constraint - UNIQUE constraint 


  • Technology problems


    Search Results


    • 1. How to recover a dropped table?
    • Discuss
    • 2. How to Add a new column to an existing table?
    • Discuss
    • 3. What is AFIEDT.BUF?
    • Discuss
    • 4. What are the basic SQL*Plus commands?
    • Discuss
    • 5. What are Number Functions in SQL?
    • Discuss
    • 6. Explain Check constraint.
    • Discuss
    • 7. Explain Not Null constraint.
    • Discuss
    • 8. Explain primary key constraint.
    • Discuss
    • 9. Explain foreign key constraint.
    • Discuss
    • 10. Explain unique Constraint.
    • Discuss


    Comments

    There are no comments.

Enter a new Comment