How will you list all the columns of a table using Apache Sqoop?
Answer Posted / Qumesh Ul Hasan
You can use the following command to list all the columns of a table: `sqoop list-columns --connect <JDBC_CONNECTION> --username <username> --password <password> --table <table_name>`
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers