Script for creating HelloWorld database:
--
-- Use following command to compile:
-- rdm-create -f HelloWorld.sdl
--
-- Please refer to the Database Design section in the User Manual for details of
-- RDM Database schema.
create table hello_table
(
f00 char(31)
);