InterviewSolution
Saved Bookmarks
| 1. |
How do you fetch data which is the result of join between two tables? |
|
Answer» By using the --query parameter in place of --table parameter we can specify a sql query. The result of the query will be imported. |
|