We can't technically claim that it relates to a database because it was a backend request. The problem is that while the value was collected using $_GET['id'], only the backend, using PHP, could determine the value that was returned. Therefore, a SQL connection is not really required for that purpose.
I hope this helps you.