create view actor_name_view (first_name_v,last_name_v) as select first_name,last_name from actor
create view [视图] ([视图的列名])
select ...