delete_comment = "DELETE FROM comments WHERE id = 2"
execute_query(connection, delete_comment)
