InterviewSolution
Saved Bookmarks
| 1. |
How can you import only a subset of rows form a table? |
|
Answer» By using the WHERE clause in the sqoop import statement we can import only a subset of rows. |
|