| How is naming Integrity Constants helpful? [message #578072] |
Sun, 24 February 2013 04:23  |
 |
ashishpatel1992
Messages: 38 Registered: February 2013 Location: India
|
Member |
|
|
How is naming Integrity Constants helpful?
See example below:-
create table incrr
(incrid number(4) constraint incrid_pk primary key,
incrdate date not null,
incramt number(8,2) not null
);
In the above if I don't use incrid_pk it also works.
Then what is the use of incrid_pk ?
Regards,
Ashish
[EDITED by LF: removed huge font formatting, reformatted code, applied [code] tags]
[Updated on: Sun, 24 February 2013 09:47] by Moderator Report message to a moderator
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|