Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.tools -> object question
I create a table using the following command:
create table xxxxx (
client_info ref client_objtyp scope is client_objtab not null,
...
...
);
However, I know that client_info is also unique in the table xxxxx. How can I put a constraint to make the column unique? Received on Wed Jun 28 2000 - 00:00:00 CDT
![]() |
![]() |