1 Answer
- Newest
- Most votes
- Most comments
0
You can use the commands below to validate your current databases and tables inside each database.
SHOW DATABASES; # Using "default" database as example SHOW TABLES IN default;
If you need to drop the table you can use the command below:
DROP TABLE `my-athena-database-01.my-athena-table`
Relevant content
- asked a year ago
- asked 6 months ago
- AWS OFFICIALUpdated 6 months ago
- AWS OFFICIALUpdated 9 months ago
- AWS OFFICIALUpdated 8 months ago
