create several tables SQL

Mina
Level 1
create several tables SQL

I want to know how with SQL query to create several tables, in the same "new SQL query recipe",
example
createtable1
select a, b, c
from source1;

createtable2
select x,y,z
from source2;

thank you

0 Kudos
1 Reply
AlexT
Dataiker
0 Kudos