Back

Explore Courses Blog Tutorials Interview Questions
0 votes
4 views
in AWS by (19.1k points)

I cannot run multiple DROP queries at same time. I am trying to drop few tables from Athena. Is there a way to do it? Can anyone help me in this?

1 Answer

0 votes
by (44.4k points)
edited by

The provision to run multiple queries simultaneously is not available in Athena yet. So you can try the following command once you decide the Database you want to drop but doing this will delete the tables under that database. Do not use this if you want to drop only particular tables. 

DROP DATABASE db_name CASCADE;

If you want to delete only a few tables, then run those queries one by one and get i 

Need help mastering the AWS Cloud platform? Consider Enrolling in AWS Certification Course!

Related questions

0 votes
1 answer

Want to get 50% Hike on your Salary?

Learn how we helped 50,000+ professionals like you !

0 votes
1 answer
0 votes
1 answer
asked Jan 6, 2021 in AWS by Amyra (12.9k points)

Browse Categories

...