sql script

alter table actor add unique uniq_idx_firstname (first_name);

alter table actor add index idx_lastname (last_name);