create table country( ct_id integer not null not default, ct_code nchar(2) not null not default, ct_name nvarchar(50) ) \p\g modify country to hash unique on ct_code \p\g