It’s been a little while since I’ve created a database from scratch. Can someone tell me how I can implement “IsA hierarchy” (i.e. “Attribute inheritance”) in a database?
For example: If Person is a table in the database, employee has an IsA relationship to Person (employee has all of the attributes that person does, and more)
I’m working with MS Access right now, but if someone could let me know how they would implement it in Oracle, it would be just as helpful. 
LilShieste