create table actor_name(
    select first_name,last_name from actor
);