In a relational database, if there is a Student table and Employee table, and a third table StudentAsst who indicates a multiple inheritance from both Student and Employee tables.
My Question: in SQL how to create the StudentAsst, and what is its primary key?