ALTER TABLE ADD CONSTRAINT
Hi all,
I need to know if the intstruction ALTER TABLE .. ADD CONSTRAINT can specify the TABLENAME where I wanna create the relative index.
Is it possible? If I can, could you please give me the syntax, please?
If not, how can I crate a table in a schema and the relative primary key in another one?
Thanks in advance
Steven