Answer Posted / Joshil Murmu
To add a column in Apache Tajo, you can use the ALTER TABLE command followed by ADD COLUMN. Here's an example: "ALTER TABLE myTable ADD COLUMN newColumn dataType;"
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers