How can you control the mapping between SQL data types and Java types?
Answer Posted / Jyoti Pal
Apache Sqoop maps SQL data types to Java types based on default mappings. However, users can manually customize these mappings using the `--map-column` option in the import or export commands to map specific columns between SQL and Java types.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers