题目描述:创建一个actor_name表,并且将actor表中的所有first_name以及last_name导入该表

create table actor_name
select first_name,last_name from actor