InterviewSolution
Saved Bookmarks
| 1. |
What are the various constraints used in Oracle? |
|
Answer» Once the table is created, then the user can add any value in the table, but the values have to be VALIDATED. In this case, the CONSTRAINTS act as a validator which checks the data validity. There are five TYPES of constraints:-
|
|