Posted by: brain_at_work June 21, 2008
MS SQL Help
Login in to Rate this Post:     0       ?        

is there a MSSQL equivalent for this

CREATE TYPE student_type UNDER person_type (deptid NUMBER,major VARCHAR2(30)) NOT FINAL;

 

I am tyring to implement supertype/subtype relationship.

Read Full Discussion Thread for this article