DEFINITION.SQL

CREATE TABLE Polygon(
-- Attributes --
);

CREATE TABLE Segment(
-- Attributes --
);

CREATE TABLE Point(
-- Attributes --
x double,
y double);

CREATE TABLE Circle(
-- Attributes --
origin Point,
radius double);


Generated by GNU enscript 1.6.1.