This image shows a portion of the Form1.cs program. A line of code present inside the button1_Click method is highlighted in red is shown. The highlighted code is as below, cmd.CommandText = "select department_id, department_name, city" + " from departments d, locations l" + "where d.location_id = l.location_id";