方法一:

思路:create table <表名> + 查询

代码:

create table actor_name
select first_name,last_name from actor;