SQL, On delete cascade and on update cascade

前端 未结 1 1572
野趣味
野趣味 2021-01-19 17:20

I am new to SQL and I encountered a weird problem. So I have two tables OFFERS and SUPPLIER. Here is the Supplier table.

CREATE TABLE  \"SUPPLIER\" 
   (             


        
1条回答
  •  孤街浪徒
    2021-01-19 18:01

    There is no "on update cascade" in Oracle as far as I know (even in current versions):

    http://asktom.oracle.com/pls/asktom/f?p=100:11:0::::P11_QUESTION_ID:5773459616034

    0 讨论(0)
提交回复
热议问题