Forum Replies Created

Viewing 2 posts - 1 through 3 (of 3 total)

  • RE: constraint problem

    It's Oracle syntax.

    It won't work in my SQL i believe.

    but it does in oracle .

  • RE: constraint problem

    Yes we can disable the primary key which is when referred by foreign keys, using the following command:

    ALTER TABLE employee DISABLE CONSTRAINT emp_id CASCADE;

    this will disable the primary key...

Viewing 2 posts - 1 through 3 (of 3 total)