// Connect to the database// ...// SQL query executionconn.Exec(` DELETE FROM city WHERE country_id = ?`, -1)// Close the connectionconn.Close()