DEFINITION.SQL

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

CREATE TABLE Derived(
-- Attributes --
);

CREATE TABLE PureAbstract(
-- Attributes --
);


Generated by GNU enscript 1.6.1.