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