Sqoop eval Estimated reading: 1 minute 762 views Select Query Evaluation Using eval tool, we can evaluate any type of SQL query. The following command is used to evaluate the given example using SQL query.sqoop eval –connect jdbc:mysql://localhost:3306/retail_db –username root -P –query “SELECT * FROM order_items LIMIT 3”