Hi,
You can use the command below to connect to a relational database with Sqoop, i.e:
--connect
For Example, below the code connects to a MySQL database:
sqoop --connect jdbc:mysql://myhostname/interviewgrid
--username myusername --password mypassword