How to drop database in apache tajo?
Answer Posted / Diwakar Singh
To drop a database in Apache Tajo, you can use the DROP DATABASE command followed by the name of the database. For example: `DROP DATABASE db_name;`
Post New Answer View All Answers
How to set property in apache tajo?
6