What's the default of ONDELETE and ONUPDATE for foreign keys in SQL?

Posted by tigger on Stack Overflow See other posts from Stack Overflow or by tigger
Published on 2010-03-24T10:01:08Z Indexed on 2010/03/24 10:03 UTC
Read the original article Hit count: 261

Filed under:
|
|

My guess would be that a foreign key reference is set to RESTRICT by default. But, is there any standard for this? Is the default equal on any database type? Or should these values be defined in all statements just to be sure?

© Stack Overflow or respective owner

Related posts about sql

Related posts about foreign-keys