Hi@akhtar,
You can create one job for future use. Use the below given command to do this task.
$ sqoop job --create job_name --import --connect jdbc:mysql://localhost/db --username -P --table -m 1
You can execute this job at any time using the below given command.
$ sqoop job --exec myjob.
Hope this will help.