CREATE TABLE Base( -- Attributes -- dummy int, x int); CREATE TABLE Derived( -- Attributes -- ); CREATE TABLE PureAbstract( -- Attributes -- );