create table preferences ( owner_id int constraint fk_owner_pref_id references owners (internal_id) ON DELETE CASCADE not null, preference_key varchar2(64) not null, preference_value varchar2(512) not ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results