Subject | Re: [firebird-support] Foreign key definitions |
---|---|
Author | Martijn Tonies |
Post date | 2007-04-26T12:17:23Z |
Hi,
Martijn Tonies
Database Workbench - development tool for Firebird and more!
Upscene Productions
http://www.upscene.com
My thoughts:
http://blog.upscene.com/martijn/
Database development questions? Check the forum!
http://www.databasedevelopmentforum.com
> is there any difference in behavior of these two statements:Don't think so.
> alter table detail add foreign key (id2) references master;
> and
> alter table detail add foreign key (id2) references master on update no
> action on delete no action;
Martijn Tonies
Database Workbench - development tool for Firebird and more!
Upscene Productions
http://www.upscene.com
My thoughts:
http://blog.upscene.com/martijn/
Database development questions? Check the forum!
http://www.databasedevelopmentforum.com