If you remember the diagram that I used on Saturday where it shows different servers,
Clent ---- > Web Server ----> Application Server ----> Database Server, the database server or Database itself is considered the backend and the backend testing is used to test the database. Normally SQL commands are used to see if the data entered from the front end (or GUI or client), has made it to the database.
I hope this will help.