1-) MSSQL Athena - birden fazla database silme
DECLARE @item varchar(200)
set @item = 'DROP DATABASE DATAGC2018,DATAGC2019,DATAGC2020'
exec (@item)