1. String insertStatement = "INSERT INTO product VALUES " + "(null, '" + nameInput + "', '" + categoryInput + "', '" + descriptionInput + "', '" + originInput + "')";