How to convert EER to SQL Table?
Posted
by Khajavi
on Stack Overflow
See other posts from Stack Overflow
or by Khajavi
Published on 2010-04-15T19:42:53Z
Indexed on
2010/04/15
19:53 UTC
Read the original article
Hit count: 370
I have no problem with converting ER to SQL tables, but I don't know how can I convert EER to SQL tables? as you Know that EER has "is a" specification and inheritance, but I don't know how relational databases can connect with inheritance specification
© Stack Overflow or respective owner