InterviewSolution
Saved Bookmarks
| 1. |
What Happens If The Constraint Name Is Left Out Of A Constraint Clause? |
|
Answer» The Oracle system will use the default NAME of SYS_Cxxxx where xxxx is a system generated NUMBER. This is bad since it makes tracking which table the constraint BELONGS to or what the constraint does HARDER. The Oracle system will use the default name of SYS_Cxxxx where xxxx is a system generated number. This is bad since it makes tracking which table the constraint belongs to or what the constraint does harder. |
|