Is there a way to setup ‘is-a’ relationship among tables?
ex: We have a Person table with atttributes like email, name etc.
We want to setup Employee table that inherits all attributes of Person but has more attributes like salary etc.
Is it possible to setup “Employee is a (Inherits from) Person” relationship?
