Script for creating HelloWorld database:

----  Use following command to compile:--      rdm-create hello_worldADO.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));