In SQL / MySQL, are there reasons not to put one-to-one relationship in the same table?

Posted by Jian Lin on Stack Overflow See other posts from Stack Overflow or by Jian Lin
Published on 2010-04-29T18:51:58Z Indexed on 2010/04/29 18:57 UTC
Read the original article Hit count: 335

One-to-one relationship could usually be stored in the same table. Are there reasons not to store them in the same table?

© Stack Overflow or respective owner

Related posts about sql

Related posts about mysql