InterviewSolution
Saved Bookmarks
| 1. |
How Can We Import A Subset Of Rows From A Table Without Using The Where Clause? |
|
Answer» We can RUN a filtering query on the database and save the RESULT to a TEMPORARY table in database.Then use the sqoop import command WITHOUT using the where clause We can run a filtering query on the database and save the result to a temporary table in database.Then use the sqoop import command without using the where clause |
|