How can you execute a free-form SQL query in Sqoop to import the rows in a sequential manner?
Answer Posted / Sanjay Singh Napalchyal
You can execute a free-form SQL query in Sqoop using the `--query` option, which allows you to specify the SQL command directly. To import rows in a sequential manner, use the `--incremental append` mode.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers