First, you database design. You don't need to separate actresses from
   actors... Why do that? They are the same entity, a person, with only one
   different attribute: the genre. So, you should join them in one single
   table:

        ...
Actually, it is possible to be female and to be an Actor.  For
example, the Screen Actors' Guild officially considers the term
"Actor" to be gender-neutral and applies this term to all people.
        ...

Craig

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to