• 本题解析
    本题主要考察快速建表并插入数据

  • 参考答案

create table if not EXISTS actor_name
select first_name,last_name from actor;