All:

I'm experimenting with table creation at the R>Prompt. Wanting to bullet-proof my approach to coding. An UNLOAD of one existing table shows the sequence:

CREATE TABLE ...
ALTER TABLE ... ADD PRIMARY KEY ...
AUTONUM ...
RULES ...
RULES ...

To COMMENT ON elements, would I:

a) Append them after RULES, or
b) Insert them between the existing elements?

Thanks

Bruce Chitiea

Reply via email to