SQL Error: ORA-02291: integrity constraint

后端 未结 4 2041
走了就别回头了
走了就别回头了 2020-12-09 21:00

I am creating a database that is trying to access values from a foreign key. I have created two following tables

CREATE TABLE Component(
    ComponentID var         


        
4条回答
  •  借酒劲吻你
    2020-12-09 21:47

    This error is present some times with the referenced key (foreign key in my case) this have errors. Please recreate the referenced key in the table.

提交回复
热议问题