create table myConstants { name varchar(50) primary key; numeric_value double; string_value varchar(100); }