can I include in my Copy Activity Queries like
SELECT * FROM l2.View_table
or
select * from l2.view_table vt
INNER JOIN l2.tableA ta on ta.id = vt.id
?
Yes, you can use a view or a query as your source.
Set "use query" to query in source options, and paste in your query.