Home » Interview » Technology

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

← Previous Question Next Question→

Discussion & Comments

No comments yet. Be the first to comment!
Join Discussion